summaryrefslogtreecommitdiffstats
path: root/main/glib/strstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/glib/strstr.c')
-rw-r--r--main/glib/strstr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/glib/strstr.c b/main/glib/strstr.c
index cd3922f..0d586ee 100644
--- a/main/glib/strstr.c
+++ b/main/glib/strstr.c
@@ -37,7 +37,6 @@ static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93";
__FBSDID("$FreeBSD$");
#include <string.h>
-#include <stdlib.h>
/*
* Find the first occurrence of find in s.