diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2005-03-16 22:00:07 (GMT) |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2005-03-16 22:00:07 (GMT) |
commit | effa111c5efb8d4a514af7047d680c01efc4aa9e (patch) | |
tree | 3aadaea7abe31ad0dfd88adc9665bf99fa9cafe6 /main | |
parent | d247e074a7d33c9dcd32b335fcac859fc722fb51 (diff) | |
download | php-effa111c5efb8d4a514af7047d680c01efc4aa9e.tar.gz |
Fix Jani breakage
Diffstat (limited to 'main')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -397,7 +397,7 @@ END_EXTERN_C() /* Virtual current working directory support */ -#include "tsrm_virtual_cwd.h" +#include "../TSRM/tsrm_virtual_cwd.h" #include "zend_constants.h" |