diff options
author | Darren Tucker <dtucker@zip.com.au> | 2017-03-16 14:05:46 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2017-03-16 14:05:46 +1100 |
commit | 2fbf91684d76d38b9cf06550b69c9e41bca5a71c (patch) | |
tree | 935ca77a0fbd47f2b24c0538ad6acf1032a2bf11 /regress/unittests/conversion | |
parent | b55f634e96b9c5b0cd991e23a9ca181bec4bdbad (diff) |
Include includes.h for compat bits.
Diffstat (limited to 'regress/unittests/conversion')
-rw-r--r-- | regress/unittests/conversion/tests.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/unittests/conversion/tests.c b/regress/unittests/conversion/tests.c index ebb48a14d..6dd77ef42 100644 --- a/regress/unittests/conversion/tests.c +++ b/regress/unittests/conversion/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> |