diff options
author | Tim Rice <tim@multitalents.net> | 2014-06-11 18:31:10 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2014-06-11 18:31:10 -0700 |
commit | 5e2b8894b0b24af4ad0a2f7aa33ebf255df7a8bc (patch) | |
tree | a8cd5c5752b0c8b0bfbfdaef4e21b910213d2aaf /regress | |
parent | 985ee2cbc3e43bc65827c3c0d4df3faa99160c37 (diff) |
- (tim) [regress/unittests/test_helper/test_helper.h] Add includes.h for
u_intXX_t types.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/unittests/test_helper/test_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/unittests/test_helper/test_helper.h b/regress/unittests/test_helper/test_helper.h index 7ba187004..a398c615f 100644 --- a/regress/unittests/test_helper/test_helper.h +++ b/regress/unittests/test_helper/test_helper.h | |||
@@ -20,6 +20,8 @@ | |||
20 | #ifndef _TEST_HELPER_H | 20 | #ifndef _TEST_HELPER_H |
21 | #define _TEST_HELPER_H | 21 | #define _TEST_HELPER_H |
22 | 22 | ||
23 | #include "includes.h" | ||
24 | |||
23 | #include <sys/types.h> | 25 | #include <sys/types.h> |
24 | #ifdef HAVE_STDINT_H | 26 | #ifdef HAVE_STDINT_H |
25 | # include <stdint.h> | 27 | # include <stdint.h> |