X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http.c;h=bc9166aa9596f7fbe4176a7bf9af4b520de01692;hb=6c4fa8e6cfc009a5116c0a111e305e4f6bff1860;hp=207c248ae0f04a6831d50fc8c34bc732b94d9a7c;hpb=650b04d44f7ab3a5325865d9ffa10a5245ac7eca;p=m6w6%2Fext-http diff --git a/src/php_http.c b/src/php_http.c index 207c248..bc9166a 100644 --- a/src/php_http.c +++ b/src/php_http.c @@ -31,12 +31,12 @@ #if PHP_HTTP_HAVE_LIBICU # include #endif -#if PHP_HTTP_HAVE_LIBIDN2 -# include -#endif #if PHP_HTTP_HAVE_LIBIDN # include #endif +#if PHP_HTTP_HAVE_LIBIDN2 +# include +#endif #if PHP_HTTP_HAVE_LIBIDNKIT2 || PHP_HTTP_HAVE_LIBIDNKIT #include "idn/version.h" #endif