telepathy-haze: All .c files: include config.h

Simon McVittie smcv at kemper.freedesktop.org
Tue Sep 17 05:20:44 PDT 2013


Module: telepathy-haze
Branch: master
Commit: 28480eb373b347e93157389fab28ae55edfcc8f9
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=28480eb373b347e93157389fab28ae55edfcc8f9

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Sep 16 19:29:21 2013 +0100

All .c files: include config.h

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69272
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 extensions/extensions.c   |    1 +
 src/connection-aliasing.c |    2 ++
 src/connection-avatars.c  |    1 +
 src/connection-manager.c  |    2 ++
 src/connection-presence.c |    2 ++
 src/contact-list.c        |    2 ++
 src/debug.c               |    1 +
 src/notify.c              |    2 ++
 src/util.c                |    1 +
 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>



More information about the telepathy-commits mailing list