summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-07-28 00:03:44 +0000
committerMarcus Boerger <helly@php.net>2004-07-28 00:03:44 +0000
commit23475d414776166cdb6bae883f8d34ba0624d8d7 (patch)
tree949b2c060e5f2a194939f8937771bcef3020b05b
parentaf900cb1d082b96ec3df1d5b6149bcee97c41d19 (diff)
downloadphp-git-23475d414776166cdb6bae883f8d34ba0624d8d7.tar.gz
- Add missing include
-rwxr-xr-xext/pdo_mysql/mysql_driver.c1
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) /* {{{ */
{