fix warning
[m6w6/ext-psi] / php_psi.h
index 71b554e3937ca33ba61bc4d6bcbec02ec6069678..91f303010ab16a4e5cfbbc61775535934e485ebd 100644 (file)
--- a/php_psi.h
+++ b/php_psi.h
@@ -26,6 +26,8 @@
 #ifndef PHP_PSI_H
 #define PHP_PSI_H
 
+#include "php.h"
+
 extern zend_module_entry psi_module_entry;
 #define phpext_psi_ptr &psi_module_entry
 
@@ -73,7 +75,12 @@ ZEND_BEGIN_MODULE_GLOBALS(psi)
        char *engine;
        char *directory;
        char *search_path;
+       struct psi_context_ops *ops;
        struct psi_context *context;
+       struct {
+               struct psi_plist *decls;
+               struct psi_plist *vars;
+       } blacklist;
 ZEND_END_MODULE_GLOBALS(psi);
 
 ZEND_EXTERN_MODULE_GLOBALS(psi);