From: Johannes Schlüter Date: Tue, 30 Apr 2013 12:26:55 +0000 (+0200) Subject: don't include smart_str.h in a too global header, fixes #64718 X-Git-Tag: php-5.5.0RC1~32^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=062519ed4186d5f19a131a3a4c0e430a83dc0766;p=php don't include smart_str.h in a too global header, fixes #64718 --- diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c index ccd8af51c6..724876e899 100644 --- a/ext/mysqlnd/mysqlnd.c +++ b/ext/mysqlnd/mysqlnd.c @@ -27,6 +27,7 @@ #include "mysqlnd_statistics.h" #include "mysqlnd_charset.h" #include "mysqlnd_debug.h" +#include "ext/standard/php_smart_str.h" /* TODO : diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h index 55775d97e1..99981f7e75 100644 --- a/ext/mysqlnd/mysqlnd_structs.h +++ b/ext/mysqlnd/mysqlnd_structs.h @@ -23,7 +23,7 @@ #ifndef MYSQLND_STRUCTS_H #define MYSQLND_STRUCTS_H -#include "ext/standard/php_smart_str.h" +#include "ext/standard/php_smart_str_public.h" #define MYSQLND_TYPEDEFED_METHODS