summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_fe.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-08-20 12:25:17 +0000
committerAndrey Hristov <andrey@php.net>2010-08-20 12:25:17 +0000
commit67ef72018fa64b3b3790c10778611b673136737f (patch)
tree2b8f880176eb1cde6b229a549d56b1cb417d6008 /ext/mysqli/mysqli_fe.c
parent99a450678759339846098e567fdf0e79d4d8f54d (diff)
downloadphp-git-67ef72018fa64b3b3790c10778611b673136737f.tar.gz
Fix for bug #52654 mysqli doesn't install headers with structures it uses
Diffstat (limited to 'ext/mysqli/mysqli_fe.c')
-rw-r--r--ext/mysqli/mysqli_fe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli_fe.c b/ext/mysqli/mysqli_fe.c
index a5b2a13684..ad82cbb372 100644
--- a/ext/mysqli/mysqli_fe.c
+++ b/ext/mysqli/mysqli_fe.c
@@ -30,6 +30,7 @@
#include "php_ini.h"
#include "ext/standard/info.h"
#include "php_mysqli_structs.h"
+#include "mysqli_fe.h"
#if PHP_VERSION_ID >= 50400
#define MYSQLI_ZEND_ARG_OBJ_INFO_LINK() ZEND_ARG_OBJ_INFO(0, link, mysqli, 0)