From: Phil Blundell Date: Fri, 1 Oct 2004 17:01:48 +0000 (+0000) Subject: commiting patch from Phil Blundell X-Git-Tag: 1.19.3~507^2~22732 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d554c4a89c1dcde15a69e0630a23f105e2c8c10;p=platform%2Fupstream%2Fgstreamer.git commiting patch from Phil Blundell Original commit message from CVS: commiting patch from Phil Blundell --- diff --git a/ChangeLog b/ChangeLog index 090a648..754fc27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-10-01 Christian Schaller + + * Patch fra Phil Blundell + * Bug 152341 + * ext/ivorbis/vorbis.c + 2004-10-01 Wim Taymans * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init), diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c index 7980f99..3394a77 100644 --- a/ext/ivorbis/vorbis.c +++ b/ext/ivorbis/vorbis.c @@ -21,7 +21,8 @@ #include #endif -#include +#include +#include extern GType ivorbisfile_get_type (void);