From 721f6dae57a79ce8e022e811d8cdb24b6c605123 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Wed, 25 Aug 2010 15:02:02 +0000 Subject: [PATCH] fix the build. two mysqli functions were missing after recent commit - set_charset and get_charset --- ext/mysqli/mysqli_fe.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.40.0