summaryrefslogtreecommitdiff
path: root/zend/includes.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-06 22:51:12 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-06 22:51:12 +0200
commit43cfaa8a4730ea1fa7d9c01f58ddcf6f42b4fb46 (patch)
tree19a42d30fb2d416f2c10fea158eef2f35203611e /zend/includes.h
parent35fd3ccbeb4def71b4d8a59dfbb5c31201b099b9 (diff)
introduced common directory that will contain implementation files that are used for hhvm and zend, and introduced hhvm file for the implementation of hhvmcpp
Diffstat (limited to 'zend/includes.h')
-rw-r--r--zend/includes.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/zend/includes.h b/zend/includes.h
index f547eb2..50eb4d5 100644
--- a/zend/includes.h
+++ b/zend/includes.h
@@ -76,7 +76,12 @@
#include "../include/call.h"
/**
- * Interface files for internal use only
+ * Common header files for internal use only
+ */
+#include "../common/extensionbase.h"
+
+/**
+ * Specific zend implementation files for internal use only
*/
#include "init.h"
#include "callable.h"