]> granicus.if.org Git - php/commitdiff
- Add missing include
authorMarcus Boerger <helly@php.net>
Wed, 28 Jul 2004 00:03:44 +0000 (00:03 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 28 Jul 2004 00:03:44 +0000 (00:03 +0000)
ext/pdo_mysql/mysql_driver.c

index 9d2c669e8a9dae98a8a5edec83a67528fa88af63..7ea65c06c72bd267e4150ef6b789d8aedf7b5a87 100755 (executable)
@@ -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) /* {{{ */
 {