From 23475d414776166cdb6bae883f8d34ba0624d8d7 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 28 Jul 2004 00:03:44 +0000 Subject: [PATCH] - Add missing include --- ext/pdo_mysql/mysql_driver.c | 1 + 1 file changed, 1 insertion(+) 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) /* {{{ */ { -- 2.50.1