diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-23 12:19:09 +0100 |
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-23 12:19:09 +0100 |
| commit | 72ef4317fa8c1656dd63c32c63c35939f1943917 (patch) | |
| tree | aa985b823dd394e0c6f2cafc190e6d76a5a82e52 /src/strsep.c | |
| parent | 26f8cd26e3a20d974a4c19935a772af2a9faf3dd (diff) | |
fix strsep.c compilationrel_0_0_3
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) |
