summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index ffb3b212e1..117eeea813 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -24,6 +24,8 @@
#include "modules.h"
#include "zend_list.h"
#include "zend_fast_cache.h"
+#include "zend_operators.h"
+#include "zend_variables.h"
#define ZEND_NAMED_FUNCTION(name) void name(INTERNAL_FUNCTION_PARAMETERS)