diff options
| author | Zeev Suraski <zeev@php.net> | 2000-11-19 12:28:28 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-11-19 12:28:28 +0000 |
| commit | 769cde2f9faabc379dc607470f43f6bef2efecc5 (patch) | |
| tree | 00f4a0d6371f695f21357ff8d7ea7d62d6a1f2da /Zend/zend_alloc.h | |
| parent | 49014ed560547698b7fb18f549b888c375359d42 (diff) | |
| download | php-git-769cde2f9faabc379dc607470f43f6bef2efecc5.tar.gz | |
Fix Zend build for non ZTS
Diffstat (limited to 'Zend/zend_alloc.h')
| -rw-r--r-- | Zend/zend_alloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <stdio.h> +#ifdef ZTS #include "../TSRM/TSRM.h" +#endif + #include "zend_globals_macros.h" #define MEM_BLOCK_START_MAGIC 0x7312F8DCL |
