diff options
Diffstat (limited to 'tests/check_utf8.c')
-rw-r--r-- | tests/check_utf8.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/check_utf8.c b/tests/check_utf8.c index d9b6cd4..e7be61e 100644 --- a/tests/check_utf8.c +++ b/tests/check_utf8.c @@ -6,14 +6,12 @@ * See the file LICENSE. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif /* HAVE_CONFIG_H */ - #include <stdarg.h> #include <stddef.h> #include <setjmp.h> #include <cmocka.h> +#include <stdbool.h> +#include <stdint.h> #include <string.h> #include "../src/utf8.h" #include "../src/utils.h" |