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