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_warning.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_warning.c')
-rw-r--r-- | ext/mysqli/mysqli_warning.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli_warning.c b/ext/mysqli/mysqli_warning.c index 2236db9262..1d5fe4cf80 100644 --- a/ext/mysqli/mysqli_warning.c +++ b/ext/mysqli/mysqli_warning.c @@ -26,6 +26,7 @@ #include "php_ini.h" #include "ext/standard/info.h" #include "php_mysqli_structs.h" +#include "mysqli_priv.h" /* Define these in the PHP5 tree to make merging easy process */ #define ZSTR_DUPLICATE (1<<0) |