summaryrefslogtreecommitdiff
path: root/regress/unittests/utf8/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/utf8/tests.c')
-rw-r--r--regress/unittests/utf8/tests.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/unittests/utf8/tests.c b/regress/unittests/utf8/tests.c
index fad2ec279..6d06fa182 100644
--- a/regress/unittests/utf8/tests.c
+++ b/regress/unittests/utf8/tests.c
@@ -6,10 +6,12 @@
6 * and placed in the public domain. 6 * and placed in the public domain.
7 */ 7 */
8 8
9#include "includes.h"
10
9#include <locale.h> 11#include <locale.h>
10#include <string.h> 12#include <string.h>
11 13
12#include "test_helper.h" 14#include "../test_helper/test_helper.h"
13 15
14#include "utf8.h" 16#include "utf8.h"
15 17