diff options
author | foobar <sniper@php.net> | 2005-03-17 08:15:23 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-03-17 08:15:23 +0000 |
commit | 2d521a73c8459bba2e13fee56bcf9e90ffff9146 (patch) | |
tree | fe4e469bd5cddbe289a58ece05f75fc0d633ba0a /ext/soap/php_sdl.c | |
parent | 42b9b26e458a32a54e0b640f9428a35fecd48ab5 (diff) | |
download | php-git-2d521a73c8459bba2e13fee56bcf9e90ffff9146.tar.gz |
Revert bad fix
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 319ef48872..9b526110e8 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/tsrm_virtual_cwd.h" +#include "tsrm_virtual_cwd.h" #include <sys/types.h> #include <sys/stat.h> |