summaryrefslogtreecommitdiffstats
path: root/gst/auparse
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2004-07-26 22:11:21 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2004-07-26 22:11:21 +0000
commit9733e8b283e02c3f039b16622653b6306d1e2c25 (patch)
tree2eca7f01178410fce7104f5403ee4763003ed5d7 /gst/auparse
parent59d358965b36b339da8d700c08940d6a1e3ca120 (diff)
local include fixes
Original commit message from CVS: local include fixes Fix some 64 bits constants to be glib friendly issue for a vararg macro with MSVC
Diffstat (limited to 'gst/auparse')
-rw-r--r--gst/auparse/gstauparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index 8bad2529..b07129de 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -28,7 +28,7 @@
#include <stdlib.h>
#include <string.h>
-#include <gstauparse.h>
+#include "gstauparse.h"
#include <gst/audio/audio.h>
/* elementfactory information */