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