diff options
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 2c3b074cdd..2b847be488 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -29,6 +29,7 @@ typedef struct _mem_header { long magic; char *filename; uint lineno; + int reported; #endif struct _mem_header *pNext; struct _mem_header *pLast; |