X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_querystring.c;h=42f774ed9432fab9b2435de8eb46251e1df8fdd1;hb=f8b17453289061baee75586df671c62e9cd120e1;hp=322bd75772e71ba9eb34c1054f1dfbc6f85c4113;hpb=25faf6638230f290e14e3947db56dcc09b3d3d62;p=m6w6%2Fext-http diff --git a/src/php_http_querystring.c b/src/php_http_querystring.c index 322bd75..42f774e 100644 --- a/src/php_http_querystring.c +++ b/src/php_http_querystring.c @@ -12,15 +12,15 @@ #include "php_http_api.h" -#include -#include +#include "php_variables.h" +#include "ext/spl/spl_array.h" #ifdef PHP_HTTP_HAVE_ICONV # ifndef HAVE_ICONV # define HAVE_ICONV 1 # endif # undef PHP_ATOM_INC -# include +# include "ext/iconv/php_iconv.h" #endif #define QS_MERGE 1