aboutsummaryrefslogtreecommitdiff
path: root/openbsd-compat/memmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/memmem.c')
-rw-r--r--openbsd-compat/memmem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsd-compat/memmem.c b/openbsd-compat/memmem.c
index 2637401d7c6e..afc20c669b08 100644
--- a/openbsd-compat/memmem.c
+++ b/openbsd-compat/memmem.c
@@ -30,9 +30,7 @@
#ifndef HAVE_MEMMEM
#include <string.h>
-#ifdef HAVE_STDINT_H
#include <stdint.h>
-#endif
static char *
twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)