summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-07-28 00:46:42 +0000
committerSascha Schumann <sas@php.net>2001-07-28 00:46:42 +0000
commit6be787a9291ce572dd38b47594e069c67ee372aa (patch)
tree17ac6aa7066d7c7f1bb8c1740d58f46bb2c02c5a /Zend/zend.h
parent30892690b31348ab358cbe43d6a4b1042752f4aa (diff)
downloadphp-git-6be787a9291ce572dd38b47594e069c67ee372aa.tar.gz
Fix build
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() }