From 1fee6186fed608ba61257e04355b5b24bd859a05 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 6 Apr 2011 14:28:29 -0400 Subject: fix prototype for strsep --- src/string/strsep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/string/strsep.c b/src/string/strsep.c index 1bfe1db1..cb37c32e 100644 --- a/src/string/strsep.c +++ b/src/string/strsep.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include char *strsep(char **str, const char *sep) -- cgit v1.2.1