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/match/tests.c | |
parent | 114efe2bc0dd2842d997940a833f115e6fc04854 (diff) |
hook match and utf8 unittests up to Makefile
Diffstat (limited to 'regress/unittests/match/tests.c')
-rw-r--r-- | regress/unittests/match/tests.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/unittests/match/tests.c b/regress/unittests/match/tests.c index aaca546bf..44b89a586 100644 --- a/regress/unittests/match/tests.c +++ b/regress/unittests/match/tests.c | |||
@@ -5,6 +5,8 @@ | |||
5 | * Placed in the public domain | 5 | * Placed in the public domain |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "includes.h" | ||
9 | |||
8 | #include <sys/types.h> | 10 | #include <sys/types.h> |
9 | #include <sys/param.h> | 11 | #include <sys/param.h> |
10 | #include <stdio.h> | 12 | #include <stdio.h> |
@@ -12,7 +14,7 @@ | |||
12 | #include <stdlib.h> | 14 | #include <stdlib.h> |
13 | #include <string.h> | 15 | #include <string.h> |
14 | 16 | ||
15 | #include "test_helper.h" | 17 | #include "../test_helper/test_helper.h" |
16 | 18 | ||
17 | #include "match.h" | 19 | #include "match.h" |
18 | 20 | ||