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 | 27567040d2ec7053d4e96202c2058fd626df664f (patch) | |
tree | e41903beaeb656afc02477dc4b67d461e40f9300 /ext/mysqli/mysqli_exception.c | |
parent | 72064e1a2873e33cf343c4c2ca19cae7637196f4 (diff) | |
download | php-git-27567040d2ec7053d4e96202c2058fd626df664f.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[] |