summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_virtual_cwd.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-09-03 18:58:46 +0000
committerAndi Gutmans <andi@php.net>2000-09-03 18:58:46 +0000
commit1109b9ab575708168edd4fedeb10731a52e4e968 (patch)
tree85eaee18ef4f5405464098add76c812d2fd75b8e /TSRM/tsrm_virtual_cwd.h
parentda19ff78f34e409e00ffde0b23b2f36bf04caf16 (diff)
downloadphp-git-1109b9ab575708168edd4fedeb10731a52e4e968.tar.gz
- More TSRM work
Diffstat (limited to 'TSRM/tsrm_virtual_cwd.h')
-rw-r--r--TSRM/tsrm_virtual_cwd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TSRM/tsrm_virtual_cwd.h b/TSRM/tsrm_virtual_cwd.h
index b6875dfe4b..8d4c2c32cd 100644
--- a/TSRM/tsrm_virtual_cwd.h
+++ b/TSRM/tsrm_virtual_cwd.h
@@ -26,6 +26,12 @@
# define TSRM_WIN32
#endif
+#ifndef TSRM_WIN32
+# include "tsrm_config.h"
+#else
+# include "tsrm_config.w32.h"
+#endif
+
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>