From: Marcus Boerger Date: Sun, 26 Sep 2004 22:20:24 +0000 (+0000) Subject: fix build X-Git-Tag: PRE_NEW_VM_GEN_PATCH~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc7ef25e4a5399903935718f635a947c9ddc3a47;p=php fix build --- 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