summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-28 12:07:25 +0000
committerZeev Suraski <zeev@php.net>2001-07-28 12:07:25 +0000
commitfaa12fa06fed899e52cfbb29ea5ba85157308ba2 (patch)
treedf0b0faf5db1e6811299329d7ce26178f4663c32
parentdde79b86c50e28eee861e7ad5daee975694f466e (diff)
downloadphp-git-faa12fa06fed899e52cfbb29ea5ba85157308ba2.tar.gz
another build fix, a simple UNIX build now compiles clean
-rw-r--r--TSRM/tsrm_virtual_cwd.c2
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)