]> granicus.if.org Git - php/commitdiff
php_reentrancy.h is needed for strtok_r
authorSascha Schumann <sas@php.net>
Mon, 1 May 2000 03:43:07 +0000 (03:43 +0000)
committerSascha Schumann <sas@php.net>
Mon, 1 May 2000 03:43:07 +0000 (03:43 +0000)
main/php_virtual_cwd.c

index 0204e9268ed5764e929743cb8183e4ff569fa2f7..9d091751e38879d979662c7b4b09fc3dac1cba6c 100644 (file)
@@ -13,6 +13,7 @@
 #endif
 
 #include "php_virtual_cwd.h"
+#include "php_reentrancy.h" /* for strtok_r */
 
 #define VIRTUAL_CWD_DEBUG 0