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