summaryrefslogtreecommitdiffstats
path: root/osdep/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/strsep.c')
-rw-r--r--osdep/strsep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/strsep.c b/osdep/strsep.c
index a5ffa7054d..e373141887 100644
--- a/osdep/strsep.c
+++ b/osdep/strsep.c
@@ -22,6 +22,7 @@
#include <string.h>
#include "config.h"
+#include "strsep.h"
char *strsep(char **stringp, const char *delim) {
char *begin, *end;