From 71a71435e2e68d8239a0ffebf55b0e70fd899eac Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 17 Sep 2013 12:15:21 +0200 Subject: [PATCH] add missing config.h includes --- extensions/extensions-cli.c | 2 ++ extensions/extensions.c | 2 ++ tests/empathy-chatroom-manager-test.c | 2 ++ tests/empathy-chatroom-test.c | 2 ++ tests/empathy-irc-network-manager-test.c | 2 ++ tests/empathy-irc-network-test.c | 2 ++ tests/empathy-irc-server-test.c | 2 ++ tests/empathy-tls-test.c | 2 ++ 8 files changed, 16 insertions(+) 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 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 #include #include 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 #include #include 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 #include #include 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 #include #include 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 #include #include -- 2.39.2