From: Zeev Suraski Date: Sat, 28 Jul 2001 12:07:25 +0000 (+0000) Subject: another build fix, a simple UNIX build now compiles clean X-Git-Tag: PRE_ENGINE2_SPLIT~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=faa12fa06fed899e52cfbb29ea5ba85157308ba2;p=php another build fix, a simple UNIX build now compiles clean --- 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)