]> git.0d.be Git - empathy.git/commitdiff
add missing config.h includes
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 17 Sep 2013 10:15:21 +0000 (12:15 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 17 Sep 2013 10:15:21 +0000 (12:15 +0200)
extensions/extensions-cli.c
extensions/extensions.c
tests/empathy-chatroom-manager-test.c
tests/empathy-chatroom-test.c
tests/empathy-irc-network-manager-test.c
tests/empathy-irc-network-test.c
tests/empathy-irc-server-test.c
tests/empathy-tls-test.c

index e50a6231e3f60204d92066e5b76333364d0e7f8b..982edf3d049b210a30e13fa4c03cac62afa32802 100644 (file)
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include "extensions.h"
 
 #include <telepathy-glib/proxy-subclass.h>
index 4707c7a8d145fedb629624fb01eef9552a479de8..74fd679f7678d99ff0a4909ac6d2711713a54ac2 100644 (file)
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include "extensions.h"
 
 /* include auto-generated stubs for things common to service and client */
index 7ebf87803cb49e43308266383b033b1ce1bbaa59..056986a8018a3eb0649a0bcfd3c3df7df8308914 100644 (file)
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include "empathy-chatroom-manager.h"
 #include "test-helper.h"
 
index a64fd2ce078c86b5be31ad77e8eb32ff8bbc1658..26603b563152994a94fd2a7e4d3b250a99e5a0c0 100644 (file)
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
index 7b7e7a42de97f41668b25266295d67cf6f21572a..320ab071b7d05fcb7f2a721ae935dc9d175c5f2f 100644 (file)
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
index c784641f25e988d564c6cd9143725a151200e99f..7bee7f467bb31ed1f60c00c5199cbfe9f309a8fb 100644 (file)
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
index fc0eb5b1591f94800005cbf61e94a078eb7e20de..5be3a5ece59ec8e631256f0dbe2179fdaaf5eae2 100644 (file)
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
index 3b6484231e0d31839b848a55636155d80d4cca73..d3b1ae410a7e67c840e4fb44b633a7f8bf1e007e 100644 (file)
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include <gnutls/gnutls.h>
 #include <telepathy-glib/telepathy-glib.h>
 #include <telepathy-glib/telepathy-glib-dbus.h>