summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index 579813d351..89bebbcbaa 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -23,6 +23,8 @@
#define ZEND_VERSION "1.0.7"
+#include "../TSRM/TSRM.h"
+
#ifdef __cplusplus
#define BEGIN_EXTERN_C() extern "C" {
#define END_EXTERN_C() }