From 6c6471b16018b8e225043e436fa8c819a57cd459 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sun, 3 Sep 2000 18:45:02 +0000 Subject: - Move to virtual cwd in TSRM --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 3f58026b17..600b3df9eb 100644 --- a/main/php.h +++ b/main/php.h @@ -290,7 +290,7 @@ PHPAPI int cfg_get_string(char *varname, char **result); #define VIRTUAL_DIR #endif -#include "php_virtual_cwd.h" +#include "tsrm_virtual_cwd.h" /* Virtual current directory support */ #ifdef VIRTUAL_DIR -- cgit v1.2.1