summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-16 19:29:21 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-17 13:17:39 +0100
commit28480eb373b347e93157389fab28ae55edfcc8f9 (patch)
tree484147736675d46cdaaeda1ab58e1c93d9476373
parent595dcf16f5fc1a17a416b8001a714ea09846db2f (diff)
All .c files: include config.h
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69272 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--extensions/extensions.c1
-rw-r--r--src/connection-aliasing.c2
-rw-r--r--src/connection-avatars.c1
-rw-r--r--src/connection-manager.c2
-rw-r--r--src/connection-presence.c2
-rw-r--r--src/contact-list.c2
-rw-r--r--src/debug.c1
-rw-r--r--src/notify.c2
-rw-r--r--src/util.c1
9 files changed, 14 insertions, 0 deletions
diff --git a/extensions/extensions.c b/extensions/extensions.c
index c81d126..77cc3f2 100644
--- a/extensions/extensions.c
+++ b/extensions/extensions.c
@@ -1,3 +1,4 @@
+#include <config.h>
#include "extensions.h"
/* auto-generated stubs */
diff --git a/src/connection-aliasing.c b/src/connection-aliasing.c
index 397eab0..3ed3ade 100644
--- a/src/connection-aliasing.c
+++ b/src/connection-aliasing.c
@@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
+
+#include <config.h>
#include "connection-aliasing.h"
#include <telepathy-glib/telepathy-glib.h>
diff --git a/src/connection-avatars.c b/src/connection-avatars.c
index 2f9b133..a955049 100644
--- a/src/connection-avatars.c
+++ b/src/connection-avatars.c
@@ -19,6 +19,7 @@
*
*/
+#include <config.h>
#include "connection-avatars.h"
#include <string.h>
diff --git a/src/connection-manager.c b/src/connection-manager.c
index 7a77d74..9bf3f2a 100644
--- a/src/connection-manager.c
+++ b/src/connection-manager.c
@@ -19,6 +19,8 @@
*
*/
+#include <config.h>
+
#include <string.h>
#include <glib.h>
diff --git a/src/connection-presence.c b/src/connection-presence.c
index 050500b..51d78e0 100644
--- a/src/connection-presence.c
+++ b/src/connection-presence.c
@@ -19,7 +19,9 @@
*
*/
+#include <config.h>
#include "connection-presence.h"
+
#include "debug.h"
#include <telepathy-glib/telepathy-glib.h>
diff --git a/src/contact-list.c b/src/contact-list.c
index 5954287..f9d6cc2 100644
--- a/src/contact-list.c
+++ b/src/contact-list.c
@@ -19,6 +19,8 @@
*
*/
+#include <config.h>
+
#include <string.h>
#include <telepathy-glib/telepathy-glib.h>
diff --git a/src/debug.c b/src/debug.c
index e11f56c..6269edf 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -18,6 +18,7 @@
*
*/
+#include <config.h>
#include "debug.h"
#include <string.h>
diff --git a/src/notify.c b/src/notify.c
index 7eb0185..9485b6b 100644
--- a/src/notify.c
+++ b/src/notify.c
@@ -18,7 +18,9 @@
*
*/
+#include <config.h>
#include "notify.h"
+
#include "connection-mail.h"
#include "debug.h"
diff --git a/src/util.c b/src/util.c
index 5cbb4fb..c29fc73 100644
--- a/src/util.c
+++ b/src/util.c
@@ -7,6 +7,7 @@
* notice and this notice are preserved.
*/
+#include <config.h>
#include "util.h"
#include <glib/gstdio.h>