summaryrefslogtreecommitdiff
path: root/src/string/memmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/memmem.c')
-rw-r--r--src/string/memmem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/memmem.c b/src/string/memmem.c
index 861fef2f..5211d759 100644
--- a/src/string/memmem.c
+++ b/src/string/memmem.c
@@ -1,6 +1,5 @@
#define _GNU_SOURCE
#include <string.h>
-#include <stdlib.h>
#include <stdint.h>
static char *twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)