diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-12-22 11:05:37 +0000 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-12-22 11:05:37 +0000 |
commit | f35f55f09cfec76eef7cf1616792e87cb4e10df6 (patch) | |
tree | 79006577a95d20ef0eae3f6c0920f25302c1d1ad /tests | |
parent | 42765b61f5dabb0b99442ee0cc2fed770a9ac3c1 (diff) |
tests: Include some more headers in the generic test header
They turn out to be useful.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/generic.head.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/generic.head.c b/tests/generic.head.c index a197905..da1600d 100644 --- a/tests/generic.head.c +++ b/tests/generic.head.c @@ -1,6 +1,8 @@ #include <stdio.h> +#include <stdlib.h> #include <glib.h> +#include <gio/gio.h> int main (void) |