diff options
author | foobar <sniper@php.net> | 2005-03-26 01:29:43 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-03-26 01:29:43 +0000 |
commit | 4e3b8c61ddc2a9459b8345249eaf9c7882cb6ca7 (patch) | |
tree | 12503ffd36f7580f489418c2c1098d9737af1b82 /main/php.h | |
parent | 69cad0226d261a43a155e33776670fbd83dde9fc (diff) | |
download | php-git-4e3b8c61ddc2a9459b8345249eaf9c7882cb6ca7.tar.gz |
Fix path
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index 0b5324536f..b7e19ff2a2 100644 --- a/main/php.h +++ b/main/php.h @@ -398,7 +398,7 @@ END_EXTERN_C() /* Virtual current working directory support */ -#include "../TSRM/tsrm_virtual_cwd.h" +#include "tsrm_virtual_cwd.h" #include "zend_constants.h" |