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