diff options
author | Zeev Suraski <zeev@php.net> | 2001-07-28 12:07:25 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-07-28 12:07:25 +0000 |
commit | faa12fa06fed899e52cfbb29ea5ba85157308ba2 (patch) | |
tree | df0b0faf5db1e6811299329d7ce26178f4663c32 /TSRM | |
parent | dde79b86c50e28eee861e7ad5daee975694f466e (diff) | |
download | php-git-faa12fa06fed899e52cfbb29ea5ba85157308ba2.tar.gz |
another build fix, a simple UNIX build now compiles clean
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_virtual_cwd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index ce2e75a0e7..39c825ff75 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -38,9 +38,7 @@ #define VIRTUAL_CWD_DEBUG 0 -#ifdef ZTS #include "TSRM.h" -#endif /* Only need mutex for popen() in Windows because it doesn't chdir() on UNIX */ #if defined(TSRM_WIN32) && defined(ZTS) |