[empathy] add missing config.h in tests



commit 460fd88a38686b49c374830e0c066dee452cec50
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Mar 12 11:05:40 2012 +0100

    add missing config.h in tests

 tests/empathy-live-search-test.c |    2 ++
 tests/empathy-parser-test.c      |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/tests/empathy-live-search-test.c b/tests/empathy-live-search-test.c
index 2f02468..6c53f07 100644
--- a/tests/empathy-live-search-test.c
+++ b/tests/empathy-live-search-test.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/tests/empathy-parser-test.c b/tests/empathy-parser-test.c
index a79a7a2..feef03b 100644
--- a/tests/empathy-parser-test.c
+++ b/tests/empathy-parser-test.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>



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