From 9dd4541616546c59571ffe2b95131387a165a438 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Tue, 27 Jul 2004 21:51:32 +0000 Subject: fix local includes and 64 bits constants Original commit message from CVS: fix local includes and 64 bits constants --- gst/videofilter/gstvideobalance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/videofilter/gstvideobalance.c') diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c index 083e5e8a..6d75abdb 100644 --- a/gst/videofilter/gstvideobalance.c +++ b/gst/videofilter/gstvideobalance.c @@ -28,7 +28,7 @@ #endif /*#define DEBUG_ENABLED */ -#include +#include "gstvideobalance.h" #ifdef HAVE_LIBOIL #include #endif -- cgit