From f062911fe35374744a8753700a6fb5776bc3ef92 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Thu, 13 Mar 2014 15:20:15 -0700 Subject: strsep: Copy from netbsd. Windows does not have a strsep. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- include/windows/windefs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/windows') 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 */ -- cgit v1.2.1