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/wavparse/gstwavparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/wavparse/gstwavparse.c') diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index fb61932c..2b17adc0 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -24,7 +24,7 @@ #endif #include -#include +#include "gstwavparse.h" #include "gst/riff/riff-ids.h" #include "gst/riff/riff-media.h" -- cgit