From e68f27788ee3042504fbf057312a03563c62a873 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 16 Apr 1999 09:59:27 +0000 Subject: [PATCH] include strsep prototype if needed git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5968 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 5737fecb9..421e537dd 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -187,7 +187,7 @@ char * strlwr(char *); int strnlen(char*, int); #endif -#ifndef HAVE_STRSEP +#if !defined(HAVE_STRSEP) || defined(NEED_STRSEP_PROTO) char *strsep(char**, const char*); #endif