From 72ef4317fa8c1656dd63c32c63c35939f1943917 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 23 Nov 2008 12:19:09 +0100 Subject: fix strsep.c compilation --- src/strsep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/strsep.c b/src/strsep.c index 999bd3b..c8e4be0 100644 --- a/src/strsep.c +++ b/src/strsep.c @@ -20,7 +20,7 @@ #ifndef HAVE_STRSEP -#include "strsep.h" +#include "string.h" char * strsep (char **stringp, const char *delim) -- cgit v1.2.3