[folks] add missing config.h includes



commit c231159f4206322dabf510f938a2e3979cf4fa4e
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Feb 16 10:02:49 2012 +0100

    add missing config.h includes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670196

 tests/lib/telepathy/contactlist/conn.c             |    3 +++
 .../telepathy/contactlist/contact-list-manager.c   |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/conn.c b/tests/lib/telepathy/contactlist/conn.c
index 2cb60cf..40baf42 100644
--- a/tests/lib/telepathy/contactlist/conn.c
+++ b/tests/lib/telepathy/contactlist/conn.c
@@ -9,6 +9,9 @@
  * notice and this notice are preserved.
  */
 
+
+#include "config.h"
+
 #include "conn.h"
 
 #include <string.h>
diff --git a/tests/lib/telepathy/contactlist/contact-list-manager.c b/tests/lib/telepathy/contactlist/contact-list-manager.c
index 86b307c..6d08f67 100644
--- a/tests/lib/telepathy/contactlist/contact-list-manager.c
+++ b/tests/lib/telepathy/contactlist/contact-list-manager.c
@@ -9,6 +9,8 @@
  * notice and this notice are preserved.
  */
 
+#include "config.h"
+
 #include "contact-list-manager.h"
 
 #include <string.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]