]> 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 ad82cbb37240306a42ee4fc376d5d1c088d75d9d..4ae8cf5e324db2999d1de6f06bd8afcf981be546 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 >= 50400
 #define MYSQLI_ZEND_ARG_OBJ_INFO_LINK() ZEND_ARG_OBJ_INFO(0, link, mysqli, 0)