summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>