diff options
| -rwxr-xr-x | ext/pdo/php_pdo.h | 2 |
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 |
