diff options
author | Anatol Belski <ab@php.net> | 2013-10-17 09:43:52 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2013-10-17 09:43:52 +0200 |
commit | e30b2aae5ad93405eee19bca6125ea872f409c82 (patch) | |
tree | 95af16e439ad1abc6d986cdf778b174d114fc2b6 /ext/soap/php_sdl.c | |
parent | 89e93bd2a27d66c9d56218e31cd42441298548e6 (diff) | |
download | php-git-e30b2aae5ad93405eee19bca6125ea872f409c82.tar.gz |
initial move on renaming files and fixing includes
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 0ac4c2ed7a..2748eda070 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 "zend_virtual_cwd.h" #include <sys/types.h> #include <sys/stat.h> |