local include fixes
authorSteve Lhomme <steve.lhomme@free.fr>
Mon, 26 Jul 2004 22:11:21 +0000 (22:11 +0000)
committerSteve Lhomme <steve.lhomme@free.fr>
Mon, 26 Jul 2004 22:11:21 +0000 (22:11 +0000)
Original commit message from CVS:
local include fixes
Fix some 64 bits constants to be glib friendly
issue for a vararg macro with MSVC

gst/auparse/gstauparse.c

index 8bad252..b07129d 100644 (file)
@@ -28,7 +28,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <gstauparse.h>
+#include "gstauparse.h"
 #include <gst/audio/audio.h>
 
 /* elementfactory information */