diff options
Diffstat (limited to 'regress/unittests')
-rw-r--r-- | regress/unittests/match/tests.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/unittests/match/tests.c b/regress/unittests/match/tests.c index bcba7667c..7ff319c16 100644 --- a/regress/unittests/match/tests.c +++ b/regress/unittests/match/tests.c | |||
@@ -10,7 +10,9 @@ | |||
10 | #include <sys/types.h> | 10 | #include <sys/types.h> |
11 | #include <sys/param.h> | 11 | #include <sys/param.h> |
12 | #include <stdio.h> | 12 | #include <stdio.h> |
13 | #ifdef HAVE_STDINT_H | ||
13 | #include <stdint.h> | 14 | #include <stdint.h> |
15 | #endif | ||
14 | #include <stdlib.h> | 16 | #include <stdlib.h> |
15 | #include <string.h> | 17 | #include <string.h> |
16 | 18 | ||