From c231159f4206322dabf510f938a2e3979cf4fa4e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 16 Feb 2012 10:02:49 +0100 Subject: [PATCH] add missing config.h includes https://bugzilla.gnome.org/show_bug.cgi?id=670196 --- tests/lib/telepathy/contactlist/conn.c | 3 +++ tests/lib/telepathy/contactlist/contact-list-manager.c | 2 ++ 2 files changed, 5 insertions(+) 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 -- 2.7.4