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/wavenc/gstwavenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/wavenc') diff --git a/gst/wavenc/gstwavenc.c b/gst/wavenc/gstwavenc.c index f65d071c..89b81b66 100644 --- a/gst/wavenc/gstwavenc.c +++ b/gst/wavenc/gstwavenc.c @@ -24,8 +24,8 @@ #endif #include -#include -#include +#include "gstwavenc.h" +#include "riff.h" static void gst_wavenc_base_init (gpointer g_class); static void gst_wavenc_class_init (GstWavEncClass * klass); -- cgit