summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-14 13:37:37 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-14 13:37:37 +0100
commitfcf24e9575f05d7cdb08a1073d58f36d120ccd79 (patch)
tree2ccfab73c4b0d23ed30e4a72cb735db1e6147c74
parent2fc57b6d30be9ae13992a1f3b1b27acf2627865f (diff)
downloadtelepathy-logger-fcf24e9575f05d7cdb08a1073d58f36d120ccd79.tar.gz
add missing config.h
-rw-r--r--extensions/extensions-cli.c2
-rw-r--r--tests/lib/contacts-conn.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/extensions/extensions-cli.c b/extensions/extensions-cli.c
index 6c8dc96..14eff20 100644
--- a/extensions/extensions-cli.c
+++ b/extensions/extensions-cli.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include "extensions.h"
#include <telepathy-glib/connection.h>
diff --git a/tests/lib/contacts-conn.c b/tests/lib/contacts-conn.c
index 78ce1e5..3b25172 100644
--- a/tests/lib/contacts-conn.c
+++ b/tests/lib/contacts-conn.c
@@ -8,6 +8,8 @@
* are permitted in any medium without royalty provided the copyright
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "contacts-conn.h"
#include <dbus/dbus-glib.h>