From: Guillaume Desmottes Date: Thu, 16 Feb 2012 09:02:49 +0000 (+0100) Subject: add missing config.h includes X-Git-Tag: FOLKS_0_6_7~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c231159f4206322dabf510f938a2e3979cf4fa4e;p=platform%2Fupstream%2Ffolks.git add missing config.h includes https://bugzilla.gnome.org/show_bug.cgi?id=670196 --- 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 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