diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-12 18:05:40 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-12 18:05:40 +0800 |
commit | 460fd88a38686b49c374830e0c066dee452cec50 (patch) | |
tree | f09928389f6e6b05d407411049b8cd6b6f6b0434 /tests/empathy-live-search-test.c | |
parent | 53b7ccf3705522992f3283e38caf12285f06d5d5 (diff) | |
download | gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.tar gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.tar.gz gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.tar.bz2 gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.tar.lz gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.tar.xz gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.tar.zst gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.zip |
add missing config.h in tests
Diffstat (limited to 'tests/empathy-live-search-test.c')
-rw-r--r-- | tests/empathy-live-search-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/empathy-live-search-test.c b/tests/empathy-live-search-test.c index 2f02468d0..6c53f07ad 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> |