diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-17 12:15:21 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-17 12:15:21 +0200 |
commit | 71a71435e2e68d8239a0ffebf55b0e70fd899eac (patch) | |
tree | 40c3c162a2a0c86276fcf8ebd62ed193539d7906 | |
parent | 8a75eddb82f9ec2715c10c2a96dc11986e0768c5 (diff) |
add missing config.h includes
-rw-r--r-- | extensions/extensions-cli.c | 2 | ||||
-rw-r--r-- | extensions/extensions.c | 2 | ||||
-rw-r--r-- | tests/empathy-chatroom-manager-test.c | 2 | ||||
-rw-r--r-- | tests/empathy-chatroom-test.c | 2 | ||||
-rw-r--r-- | tests/empathy-irc-network-manager-test.c | 2 | ||||
-rw-r--r-- | tests/empathy-irc-network-test.c | 2 | ||||
-rw-r--r-- | tests/empathy-irc-server-test.c | 2 | ||||
-rw-r--r-- | tests/empathy-tls-test.c | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/extensions/extensions-cli.c b/extensions/extensions-cli.c index e50a6231..982edf3d 100644 --- a/extensions/extensions-cli.c +++ b/extensions/extensions-cli.c @@ -1,3 +1,5 @@ +#include "config.h" + #include "extensions.h" #include <telepathy-glib/proxy-subclass.h> diff --git a/extensions/extensions.c b/extensions/extensions.c index 4707c7a8..74fd679f 100644 --- a/extensions/extensions.c +++ b/extensions/extensions.c @@ -1,3 +1,5 @@ +#include "config.h" + #include "extensions.h" /* include auto-generated stubs for things common to service and client */ diff --git a/tests/empathy-chatroom-manager-test.c b/tests/empathy-chatroom-manager-test.c index 7ebf8780..056986a8 100644 --- a/tests/empathy-chatroom-manager-test.c +++ b/tests/empathy-chatroom-manager-test.c @@ -1,3 +1,5 @@ +#include "config.h" + #include "empathy-chatroom-manager.h" #include "test-helper.h" diff --git a/tests/empathy-chatroom-test.c b/tests/empathy-chatroom-test.c index a64fd2ce..26603b56 100644 --- a/tests/empathy-chatroom-test.c +++ b/tests/empathy-chatroom-test.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/tests/empathy-irc-network-manager-test.c b/tests/empathy-irc-network-manager-test.c index 7b7e7a42..320ab071 100644 --- a/tests/empathy-irc-network-manager-test.c +++ b/tests/empathy-irc-network-manager-test.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/tests/empathy-irc-network-test.c b/tests/empathy-irc-network-test.c index c784641f..7bee7f46 100644 --- a/tests/empathy-irc-network-test.c +++ b/tests/empathy-irc-network-test.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/tests/empathy-irc-server-test.c b/tests/empathy-irc-server-test.c index fc0eb5b1..5be3a5ec 100644 --- a/tests/empathy-irc-server-test.c +++ b/tests/empathy-irc-server-test.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/tests/empathy-tls-test.c b/tests/empathy-tls-test.c index 3b648423..d3b1ae41 100644 --- a/tests/empathy-tls-test.c +++ b/tests/empathy-tls-test.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <gnutls/gnutls.h> #include <telepathy-glib/telepathy-glib.h> #include <telepathy-glib/telepathy-glib-dbus.h> |