diff options
author | Andrey Hristov <andrey@php.net> | 2010-08-20 12:25:17 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-08-20 12:25:17 +0000 |
commit | 67ef72018fa64b3b3790c10778611b673136737f (patch) | |
tree | 2b8f880176eb1cde6b229a549d56b1cb417d6008 /ext/mysqli/mysqli_exception.c | |
parent | 99a450678759339846098e567fdf0e79d4d8f54d (diff) | |
download | php-git-67ef72018fa64b3b3790c10778611b673136737f.tar.gz |
Fix for bug #52654 mysqli doesn't install headers with structures it uses
Diffstat (limited to 'ext/mysqli/mysqli_exception.c')
-rw-r--r-- | ext/mysqli/mysqli_exception.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli_exception.c b/ext/mysqli/mysqli_exception.c index 2bf65d051c..14b6c51c74 100644 --- a/ext/mysqli/mysqli_exception.c +++ b/ext/mysqli/mysqli_exception.c @@ -26,6 +26,7 @@ #include "php_ini.h" #include "ext/standard/info.h" #include "php_mysqli_structs.h" +#include "mysqli_priv.h" #include "zend_exceptions.h" /* {{{ mysqli_exception_methods[] |