php4-beta | 200004

[PHP4BETA] cvs: /php4 php_virtual_cwd.c From: Sascha Schumann (sascha <email protected>)
Date: 04/30/00

sas Sun Apr 30 20:43:37 2000 EDT

  Modified files:
    /php4 php_virtual_cwd.c
  Log:
  php_reentrancy.h is needed for strtok_r
  
  
Index: php4/php_virtual_cwd.c
diff -u php4/php_virtual_cwd.c:1.39 php4/php_virtual_cwd.c:1.40
--- php4/php_virtual_cwd.c:1.39 Sat Apr 29 20:06:00 2000
+++ php4/php_virtual_cwd.c Sun Apr 30 20:43:07 2000
@@ -13,6 +13,7 @@
 #endif
 
 #include "php_virtual_cwd.h"
+#include "php_reentrancy.h" /* for strtok_r */
 
 #define VIRTUAL_CWD_DEBUG 0
 

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>