diff options
Diffstat (limited to 'src/strsep.c')
| -rw-r--r-- | src/strsep.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
