summaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/openbsd-compat/memmem.c b/openbsd-compat/memmem.c
index eb64eaab8..ac1243eb0 100644
--- a/openbsd-compat/memmem.c
+++ b/openbsd-compat/memmem.c
@@ -28,7 +28,9 @@
28#ifndef HAVE_MEMMEM 28#ifndef HAVE_MEMMEM
29 29
30#include <string.h> 30#include <string.h>
31#ifdef HAVE_STDINT_H
31#include <stdint.h> 32#include <stdint.h>
33#endif
32 34
33static char * 35static char *
34twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) 36twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)