summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.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
commit27567040d2ec7053d4e96202c2058fd626df664f (patch)
treee41903beaeb656afc02477dc4b67d461e40f9300 /ext/mysqli/mysqli_api.c
parent72064e1a2873e33cf343c4c2ca19cae7637196f4 (diff)
downloadphp-git-27567040d2ec7053d4e96202c2058fd626df664f.tar.gz
Fix for bug #52654 mysqli doesn't install headers with structures it uses
Diffstat (limited to 'ext/mysqli/mysqli_api.c')
-rw-r--r--ext/mysqli/mysqli_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c
index bb19f665ce..1808c7ba54 100644
--- a/ext/mysqli/mysqli_api.c
+++ b/ext/mysqli/mysqli_api.c
@@ -31,6 +31,7 @@
#include "php_globals.h"
#include "ext/standard/info.h"
#include "php_mysqli_structs.h"
+#include "mysqli_priv.h"
/* {{{ proto mixed mysqli_affected_rows(object link)
Get number of affected rows in previous MySQL operation */