diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-13 15:07:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-13 15:07:15 +0200 |
commit | a4e94c3c2a564121f43d2b24da510766ec717280 (patch) | |
tree | f4194e8148607eba6496bb93b0c885ea9f1ca862 /src/test/errors.h | |
parent | m (diff) | |
download | libgamma-a4e94c3c2a564121f43d2b24da510766ec717280.tar.gz libgamma-a4e94c3c2a564121f43d2b24da510766ec717280.tar.bz2 libgamma-a4e94c3c2a564121f43d2b24da510766ec717280.tar.xz |
hack to make the test work without gnu c
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/test/errors.h')
-rw-r--r-- | src/test/errors.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/errors.h b/src/test/errors.h index 50ed595..e3140e2 100644 --- a/src/test/errors.h +++ b/src/test/errors.h @@ -19,6 +19,12 @@ #define LIBGAMMA_TEST_ERRROS_H +#include <libgamma.h> + +#include <stdio.h> +#include <errno.h> + + /** * The error API. */ |