]> granicus.if.org Git - php/commitdiff
fix the build. two mysqli functions were missing after
authorAndrey Hristov <andrey@php.net>
Wed, 25 Aug 2010 15:02:02 +0000 (15:02 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 25 Aug 2010 15:02:02 +0000 (15:02 +0000)
recent commit - set_charset and get_charset

ext/mysqli/mysqli_fe.c

index d36fab31e10e9d69a0e47e47512736ceae02917c..783862002900930da2f94fed6a931ff2c499f0d4 100644 (file)
@@ -31,6 +31,7 @@
 #include "ext/standard/info.h"
 #include "php_mysqli_structs.h"
 #include "mysqli_fe.h"
+#include "mysqli_priv.h"
 
 #if PHP_VERSION_ID >= 50399
 #define MYSQLI_ZEND_ARG_OBJ_INFO_LINK() ZEND_ARG_OBJ_INFO(0, link, mysqli, 0)