diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/recallocarray.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/recallocarray.c b/openbsd-compat/recallocarray.c index c281f75e9..3e1156ce2 100644 --- a/openbsd-compat/recallocarray.c +++ b/openbsd-compat/recallocarray.c | |||
@@ -22,7 +22,9 @@ | |||
22 | 22 | ||
23 | #include <errno.h> | 23 | #include <errno.h> |
24 | #include <stdlib.h> | 24 | #include <stdlib.h> |
25 | #ifdef HAVE_STDINT_H | ||
25 | #include <stdint.h> | 26 | #include <stdint.h> |
27 | #endif | ||
26 | #include <string.h> | 28 | #include <string.h> |
27 | #include <unistd.h> | 29 | #include <unistd.h> |
28 | 30 | ||