diff options
author | Sascha Schumann <sas@php.net> | 2000-05-01 03:43:07 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-01 03:43:07 +0000 |
commit | c801cfb879e016298e9da3cb5a75ea6f8a30e321 (patch) | |
tree | 4a894025680f52484279e9f5156d8a4b0093a3c4 /main/php_virtual_cwd.c | |
parent | ea90eab146ce86feb1177ffcf756899195b48604 (diff) | |
download | php-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.c | 1 |
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 |