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/gstvideofilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/videofilter/gstvideofilter.c') diff --git a/gst/videofilter/gstvideofilter.c b/gst/videofilter/gstvideofilter.c index 0fb2eb9a..6ba77f5d 100644 --- a/gst/videofilter/gstvideofilter.c +++ b/gst/videofilter/gstvideofilter.c @@ -24,7 +24,7 @@ #include /*#define DEBUG_ENABLED */ -#include +#include "gstvideofilter.h" -- cgit