summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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