From 85210ed9bfad18a03894cc4cfb78d20a1651c6f5 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 27 Nov 1999 00:48:50 +0000 Subject: Get Win32 to compile again --- main/php.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index ea59e21a47..47f0f367c8 100644 --- a/main/php.h +++ b/main/php.h @@ -104,6 +104,10 @@ size_t strlcpy(char *dst, const char *src, size_t siz); size_t strlcat(char *dst, const char *src, size_t siz); #endif +#ifndef HAVE_STRTOK_R +char *strtok_r(char *s, const char *delim, char **last); +#endif + #include "request_info.h" #if HAVE_LIBDL -- cgit v1.2.1