From: Marcel Raad Date: Wed, 12 Apr 2017 06:45:54 +0000 (+0200) Subject: tests/server/util: prefer over X-Git-Tag: curl-7_54_0~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fad74ba4cc1564a064853ad0a6dbff648cf04ecc;p=curl tests/server/util: prefer over Follow-up to aa573c3c55cda72ec5ef677d87f6f46a53385f0c Ref: https://github.com/curl/curl/pull/1406 --- diff --git a/tests/server/util.c b/tests/server/util.c index b3e874434..a2340f462 100644 --- a/tests/server/util.c +++ b/tests/server/util.c @@ -34,10 +34,10 @@ #ifdef HAVE_NETDB_H #include #endif -#ifdef HAVE_SYS_POLL_H -#include -#elif defined(HAVE_POLL_H) +#ifdef HAVE_POLL_H #include +#elif defined(HAVE_SYS_POLL_H) +#include #endif #ifdef __MINGW32__ #include