]> git.0d.be Git - empathy.git/commitdiff
empathy-audio-sink.c: include config.h
authorXavier Claessens <xclaesse@gmail.com>
Tue, 13 Dec 2011 12:19:44 +0000 (13:19 +0100)
committerXavier Claessens <xclaesse@gmail.com>
Tue, 13 Dec 2011 12:19:44 +0000 (13:19 +0100)
Otherwise it warnings on deprecated glib symbols, because we
defined GLIB_DISABLE_DEPRECATION_WARNINGS in configure.ac

src/empathy-audio-sink.c

index d88555fe5dc2a1956f84fbd4a81207f938efa453..fbffa4885900467759a12067d534599ea99bea43 100644 (file)
@@ -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>