diff options
author | Damien Miller <djm@mindrot.org> | 2016-08-23 16:33:48 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-08-23 16:33:48 +1000 |
commit | 6ee4f1c01ee31e65245881d49d4bccf014956066 (patch) | |
tree | 2ad8d3a50f5dbff0edccf5778eb0aee8e3763d3c /regress/unittests/utf8/tests.c | |
parent | 114efe2bc0dd2842d997940a833f115e6fc04854 (diff) |
hook match and utf8 unittests up to Makefile
Diffstat (limited to 'regress/unittests/utf8/tests.c')
-rw-r--r-- | regress/unittests/utf8/tests.c | 4 |
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 | ||