diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-16 19:29:21 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-17 13:17:39 +0100 |
commit | 28480eb373b347e93157389fab28ae55edfcc8f9 (patch) | |
tree | 484147736675d46cdaaeda1ab58e1c93d9476373 /src | |
parent | 595dcf16f5fc1a17a416b8001a714ea09846db2f (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>
Diffstat (limited to 'src')
-rw-r--r-- | src/connection-aliasing.c | 2 | ||||
-rw-r--r-- | src/connection-avatars.c | 1 | ||||
-rw-r--r-- | src/connection-manager.c | 2 | ||||
-rw-r--r-- | src/connection-presence.c | 2 | ||||
-rw-r--r-- | src/contact-list.c | 2 | ||||
-rw-r--r-- | src/debug.c | 1 | ||||
-rw-r--r-- | src/notify.c | 2 | ||||
-rw-r--r-- | src/util.c | 1 |
8 files changed, 13 insertions, 0 deletions
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" @@ -7,6 +7,7 @@ * notice and this notice are preserved. */ +#include <config.h> #include "util.h" #include <glib/gstdio.h> |