diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2005-03-16 22:00:07 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2005-03-16 22:00:07 +0000 |
commit | effa111c5efb8d4a514af7047d680c01efc4aa9e (patch) | |
tree | 3aadaea7abe31ad0dfd88adc9665bf99fa9cafe6 /ext/soap/php_sdl.c | |
parent | d247e074a7d33c9dcd32b335fcac859fc722fb51 (diff) | |
download | php-git-effa111c5efb8d4a514af7047d680c01efc4aa9e.tar.gz |
Fix Jani breakage
Diffstat (limited to 'ext/soap/php_sdl.c')
-rw-r--r-- | ext/soap/php_sdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_sdl.c b/ext/soap/php_sdl.c index 9b526110e8..319ef48872 100644 --- a/ext/soap/php_sdl.c +++ b/ext/soap/php_sdl.c @@ -24,7 +24,7 @@ #include "libxml/uri.h" #include "ext/standard/md5.h" -#include "tsrm_virtual_cwd.h" +#include "../../TSRM/tsrm_virtual_cwd.h" #include <sys/types.h> #include <sys/stat.h> |