diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-04-22 15:06:41 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-04-24 14:45:28 +0100 |
commit | b0dc6e3fb9754354b4b29476217c77277d16dd23 (patch) | |
tree | 2490766ad15937a3e9abf654357e75cf5f741a30 /tests | |
parent | 5f4d51b512841eaab67f5a2909b726eaf898bdce (diff) |
Include config.h in each source file
Among other effects, this makes GLIB_VERSION_MIN_REQUIRED effective.
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-ctcp-kill-blingbling.c | 2 | ||||
-rw-r--r-- | tests/test-ctcp-tokenize.c | 2 | ||||
-rw-r--r-- | tests/test-text-encode-and-split.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/test-ctcp-kill-blingbling.c b/tests/test-ctcp-kill-blingbling.c index 559282b..b36d663 100644 --- a/tests/test-ctcp-kill-blingbling.c +++ b/tests/test-ctcp-kill-blingbling.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <idle-ctcp.h> #include <stdio.h> diff --git a/tests/test-ctcp-tokenize.c b/tests/test-ctcp-tokenize.c index 58794d8..9d15cff 100644 --- a/tests/test-ctcp-tokenize.c +++ b/tests/test-ctcp-tokenize.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <idle-ctcp.h> #include <assert.h> diff --git a/tests/test-text-encode-and-split.c b/tests/test-text-encode-and-split.c index c0a6083..c68439e 100644 --- a/tests/test-text-encode-and-split.c +++ b/tests/test-text-encode-and-split.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <string.h> #include <stdio.h> |