[empathy] add missing config.h includes
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] add missing config.h includes
- Date: Tue, 17 Sep 2013 10:18:36 +0000 (UTC)
commit 71a71435e2e68d8239a0ffebf55b0e70fd899eac
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Sep 17 12:15:21 2013 +0200
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(+), 0 deletions(-)
---
diff --git a/extensions/extensions-cli.c b/extensions/extensions-cli.c
index e50a623..982edf3 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 4707c7a..74fd679 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 7ebf878..056986a 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 a64fd2c..26603b5 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 7b7e7a4..320ab07 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 c784641..7bee7f4 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 fc0eb5b..5be3a5e 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 3b64842..d3b1ae4 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]