summaryrefslogtreecommitdiffstats
path: root/osdep/strsep.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-25 15:36:38 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-25 15:36:38 +0200
commit4ebf0075806ccf2bdde276a4e56eac41c7e350c4 (patch)
tree89b4572543527808c92f4e37448bca4012e926ad /osdep/strsep.c
parentefd25f7811b232ae2b1899ca0fee6fd598837b9f (diff)
parentc2ba58aefce038ce4ccf6ed23791f5de823aa041 (diff)
downloadmpv-4ebf0075806ccf2bdde276a4e56eac41c7e350c4.tar.bz2
mpv-4ebf0075806ccf2bdde276a4e56eac41c7e350c4.tar.xz
Merge svn changes up to r30375
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;