From 8d51f4caf1fbefa9a3a0e7f5a290c67a4f31406d Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 25 Sep 2006 11:28:15 +0000 Subject: [PATCH] gst/playback/test.c: Fix compilation with uClibc and -Werror (#357591). Original commit message from CVS: Patch by: Peter Kjellerstedt * gst/playback/test.c: Fix compilation with uClibc and -Werror (#357591). --- ChangeLog | 7 +++++++ gst/playback/test.c | 2 ++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index a8d2211..97fc232 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2006-09-25 Tim-Philipp Müller + Patch by: Peter Kjellerstedt + + * gst/playback/test.c: + Fix compilation with uClibc and -Werror (#357591). + +2006-09-25 Tim-Philipp Müller + * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add): Parse dates that are followed by a time as well (#357532). diff --git a/gst/playback/test.c b/gst/playback/test.c index 6344145..0ae17fe 100644 --- a/gst/playback/test.c +++ b/gst/playback/test.c @@ -22,6 +22,8 @@ #endif #include +#include + static GMainLoop *loop; static GstElement * -- 2.7.4