diff options
author | Marcus Boerger <helly@php.net> | 2004-07-28 00:03:44 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-07-28 00:03:44 +0000 |
commit | 23475d414776166cdb6bae883f8d34ba0624d8d7 (patch) | |
tree | 949b2c060e5f2a194939f8937771bcef3020b05b | |
parent | af900cb1d082b96ec3df1d5b6149bcee97c41d19 (diff) | |
download | php-git-23475d414776166cdb6bae883f8d34ba0624d8d7.tar.gz |
- Add missing include
-rwxr-xr-x | ext/pdo_mysql/mysql_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_mysql/mysql_driver.c b/ext/pdo_mysql/mysql_driver.c index 9d2c669e8a..7ea65c06c7 100755 --- a/ext/pdo_mysql/mysql_driver.c +++ b/ext/pdo_mysql/mysql_driver.c @@ -29,6 +29,7 @@ #include "pdo/php_pdo_driver.h" #include "php_pdo_mysql.h" #include "php_pdo_mysql_int.h" +#include "zend_exceptions.h" int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line TSRMLS_DC) /* {{{ */ { |