summaryrefslogtreecommitdiff
path: root/main/php_virtual_cwd.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-01 03:43:07 +0000
committerSascha Schumann <sas@php.net>2000-05-01 03:43:07 +0000
commitc801cfb879e016298e9da3cb5a75ea6f8a30e321 (patch)
tree4a894025680f52484279e9f5156d8a4b0093a3c4 /main/php_virtual_cwd.c
parentea90eab146ce86feb1177ffcf756899195b48604 (diff)
downloadphp-git-c801cfb879e016298e9da3cb5a75ea6f8a30e321.tar.gz
php_reentrancy.h is needed for strtok_r
Diffstat (limited to 'main/php_virtual_cwd.c')
-rw-r--r--main/php_virtual_cwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_virtual_cwd.c b/main/php_virtual_cwd.c
index 0204e9268e..9d091751e3 100644
--- a/main/php_virtual_cwd.c
+++ b/main/php_virtual_cwd.c
@@ -13,6 +13,7 @@
#endif
#include "php_virtual_cwd.h"
+#include "php_reentrancy.h" /* for strtok_r */
#define VIRTUAL_CWD_DEBUG 0