]> git.0d.be Git - empathy.git/commitdiff
add missing config.h
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 7 Feb 2012 11:54:55 +0000 (12:54 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 7 Feb 2012 11:54:57 +0000 (12:54 +0100)
Need to disable GLib deprecation warnings.

libempathy/empathy-account-settings.c
libempathy/empathy-tp-streamed-media.c

index cf269bdc84e997168a8fec4c287a54e4b283763a..4d979568674212d3defbed1ded65180f30941d26 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>
index 388b3aa0005d1c254a47a2e1a4e1600d585a263d..f245dcfd5899591b3245f80052560f792f96a678 100644 (file)
@@ -20,6 +20,8 @@
  *          Xavier Claessens <xclaesse@gmail.com>
  */
 
+#include "config.h"
+
 #include <string.h>
 
 #include <telepathy-glib/proxy-subclass.h>