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