diff options
author | Nikita Popov <nikic@php.net> | 2014-09-06 22:12:37 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2014-09-06 22:12:37 +0200 |
commit | f4f9b549836a3b5e38774c7158517656da48aab0 (patch) | |
tree | 8b5bd64434d60940b35758d0fe3862b711c5e491 /Zend/zend_alloc.h | |
parent | 43b02e169c718335a82b8c90c3252194f988659a (diff) | |
download | php-git-f4f9b549836a3b5e38774c7158517656da48aab0.tar.gz |
Revert "Move safe_address into zend_multiply.h"
This reverts commit 43b02e169c718335a82b8c90c3252194f988659a.
I'm getting symbol resolution issues for zend_error_noreturn in the
opcache.so, so reverting this for now.
Diffstat (limited to 'Zend/zend_alloc.h')
-rw-r--r-- | Zend/zend_alloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index 50c3d278b3..d6d3415dd5 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -24,6 +24,7 @@ #include <stdio.h> +#include "../TSRM/TSRM.h" #include "zend.h" #ifndef ZEND_MM_ALIGNMENT |