summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/pdo/php_pdo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pdo/php_pdo.h b/ext/pdo/php_pdo.h
index a7fbd90894..d9ef7130be 100755
--- a/ext/pdo/php_pdo.h
+++ b/ext/pdo/php_pdo.h
@@ -21,6 +21,8 @@
#ifndef PHP_PDO_H
#define PHP_PDO_H
+#include "zend.h"
+
extern zend_module_entry pdo_module_entry;
#define phpext_pdo_ptr &pdo_module_entry