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