From: Andrey Hristov Date: Wed, 25 Aug 2010 15:02:02 +0000 (+0000) Subject: fix the build. two mysqli functions were missing after X-Git-Tag: php-5.4.0alpha1~191^2~1050 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=721f6dae57a79ce8e022e811d8cdb24b6c605123;p=php fix the build. two mysqli functions were missing after recent commit - set_charset and get_charset --- diff --git a/ext/mysqli/mysqli_fe.c b/ext/mysqli/mysqli_fe.c index ad82cbb372..4ae8cf5e32 100644 --- a/ext/mysqli/mysqli_fe.c +++ b/ext/mysqli/mysqli_fe.c @@ -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 >= 50400 #define MYSQLI_ZEND_ARG_OBJ_INFO_LINK() ZEND_ARG_OBJ_INFO(0, link, mysqli, 0)