summaryrefslogtreecommitdiff
path: root/include/windows
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2014-03-13 15:20:15 -0700
committerGurucharan Shetty <gshetty@nicira.com>2014-03-17 14:20:49 -0700
commitf062911fe35374744a8753700a6fb5776bc3ef92 (patch)
tree690e02ce4847be21860dac522646f97c9cf08a8b /include/windows
parent31b97ffddd2c16ec7c75f7aa2bff50f887f41a7d (diff)
downloadopenvswitch-f062911fe35374744a8753700a6fb5776bc3ef92.tar.gz
strsep: Copy from netbsd.
Windows does not have a strsep. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'include/windows')
-rw-r--r--include/windows/windefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/windows/windefs.h b/include/windows/windefs.h
index ca5b6136d..6f173b38d 100644
--- a/include/windows/windefs.h
+++ b/include/windows/windefs.h
@@ -37,4 +37,6 @@
typedef int pid_t;
+char *strsep(char **stringp, const char *delim);
+
#endif /* windefs.h */