diff options
Diffstat (limited to 'regress/unittests/utf8')
-rw-r--r-- | regress/unittests/utf8/tests.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/unittests/utf8/tests.c b/regress/unittests/utf8/tests.c index f0bbca509..8cf524ddb 100644 --- a/regress/unittests/utf8/tests.c +++ b/regress/unittests/utf8/tests.c | |||
@@ -9,7 +9,9 @@ | |||
9 | #include "includes.h" | 9 | #include "includes.h" |
10 | 10 | ||
11 | #include <locale.h> | 11 | #include <locale.h> |
12 | #include <stdarg.h> | ||
12 | #include <string.h> | 13 | #include <string.h> |
14 | #include <stdio.h> | ||
13 | 15 | ||
14 | #include "../test_helper/test_helper.h" | 16 | #include "../test_helper/test_helper.h" |
15 | 17 | ||