[empathy] empathy-audio-sink.c: include config.h



commit 85a96d8d5b886f49b0d73523f5dc46d79a4982d4
Author: Xavier Claessens <xclaesse gmail com>
Date:   Tue Dec 13 13:19:44 2011 +0100

    empathy-audio-sink.c: include config.h
    
    Otherwise it warnings on deprecated glib symbols, because we
    defined GLIB_DISABLE_DEPRECATION_WARNINGS in configure.ac

 src/empathy-audio-sink.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-audio-sink.c b/src/empathy-audio-sink.c
index d88555f..fbffa48 100644
--- a/src/empathy-audio-sink.c
+++ b/src/empathy-audio-sink.c
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include <config.h>
 
 #include <stdio.h>
 #include <stdlib.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]