X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http.c;fp=src%2Fphp_http.c;h=bc9166aa9596f7fbe4176a7bf9af4b520de01692;hp=207c248ae0f04a6831d50fc8c34bc732b94d9a7c;hb=8158548a80733b3af9539356b47527d960a13287;hpb=3f49890b5a7dc529507f65d03e5118a74fa008d9 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