diff options
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 0397ab9a9e..71fdd628cf 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -39,7 +39,7 @@ #if HAVE_PGSQL -extern php3_module_entry pgsql_module_entry; +extern zend_module_entry pgsql_module_entry; #define pgsql_module_ptr &pgsql_module_entry |