From: Zeev Suraski Date: Sun, 19 Nov 2000 12:28:28 +0000 (+0000) Subject: Fix Zend build for non ZTS X-Git-Tag: php-4.0.4RC3~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=769cde2f9faabc379dc607470f43f6bef2efecc5;p=php Fix Zend build for non ZTS --- diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index 1df9f139d6..d73cb1e496 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -23,7 +23,10 @@ #include +#ifdef ZTS #include "../TSRM/TSRM.h" +#endif + #include "zend_globals_macros.h" #define MEM_BLOCK_START_MAGIC 0x7312F8DCL