]> git.0d.be Git - empathy.git/commitdiff
Include config.h in a bunch of files
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 25 Oct 2011 09:44:19 +0000 (11:44 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 25 Oct 2011 09:44:19 +0000 (11:44 +0200)
They use deprecated API (g_mutex_new) but we still want to use it for now so
they need to have GLIB_DISABLE_DEPRECATION_WARNINGS defined.

src/empathy-audio-src.c
src/empathy-call-window.c
src/empathy-streamed-media-window.c
src/empathy-video-widget.c

index 916f3cd98aadd4f8d05f76fd808decbab31c9b8e..bd3c433fad5ced3dba01ad6dfe5851c7f7a5ca84 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 f7efe37a2b6ec321a00b4baa0711a4e90af8f6f9..2db7372e0fb7eb294e460b14eeeb5fd3785befa9 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 27d28843305ef712ba93f7b1f277344f59ba7cb3..c74910b6baa3a409c830572376a6c5ebf0e8101f 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 492e192fafae742e2f27de6748a8f89ca1ef82d2..ec26f19495be1e7e7494378e515d68184744109e 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>