From 9733e8b283e02c3f039b16622653b6306d1e2c25 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 26 Jul 2004 22:11:21 +0000 Subject: [PATCH] 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 --- gst/auparse/gstauparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c index 8bad252939..b07129de36 100644 --- a/gst/auparse/gstauparse.c +++ b/gst/auparse/gstauparse.c @@ -28,7 +28,7 @@ #include #include -#include +#include "gstauparse.h" #include /* elementfactory information */