add missing config.h includes
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 16 Feb 2012 09:02:49 +0000 (10:02 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 17 Feb 2012 08:20:09 +0000 (09:20 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=670196

tests/lib/telepathy/contactlist/conn.c
tests/lib/telepathy/contactlist/contact-list-manager.c

index 2cb60cf..40baf42 100644 (file)
@@ -9,6 +9,9 @@
  * notice and this notice are preserved.
  */
 
+
+#include "config.h"
+
 #include "conn.h"
 
 #include <string.h>
index 86b307c..6d08f67 100644 (file)
@@ -9,6 +9,8 @@
  * notice and this notice are preserved.
  */
 
+#include "config.h"
+
 #include "contact-list-manager.h"
 
 #include <string.h>