From dea9f68e37b897f61eba440128fbc6dfb0b97f7e Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 9 Oct 2013 16:16:41 +0100 Subject: audio-sink: fix compilation with GStreamer 0.10 66e393b removed this include, but without it compilation fails for me. I assume this is beacuse I am building Empathy against GStreamer 0.10 and Emanuele was building against GStreamer 1.0 when removing unneeded includes. https://bugzilla.gnome.org/show_bug.cgi?id=709741 --- src/empathy-audio-sink.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/empathy-audio-sink.c b/src/empathy-audio-sink.c index 985a1fa36..e0e43e440 100644 --- a/src/empathy-audio-sink.c +++ b/src/empathy-audio-sink.c @@ -24,6 +24,7 @@ #ifdef HAVE_GST1 #include #else +#include #include #endif -- cgit v1.2.3