diff options
author | Marcus Boerger <helly@php.net> | 2004-09-26 22:20:24 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-09-26 22:20:24 +0000 |
commit | cc7ef25e4a5399903935718f635a947c9ddc3a47 (patch) | |
tree | f16c45e062c2b398013cc9edcb0dc697e478a927 /ext/pdo/php_pdo.h | |
parent | e0ec7c981ec012316c5255df103a09545acd4bec (diff) | |
download | php-git-cc7ef25e4a5399903935718f635a947c9ddc3a47.tar.gz |
fix build
Diffstat (limited to 'ext/pdo/php_pdo.h')
-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 |