From: Dan Fandrich Date: Tue, 2 Dec 2008 02:58:04 +0000 (+0000) Subject: Make sure sys/socket.h is included before netinet/in.h (required by X-Git-Tag: curl-7_19_3~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16a153468db1919e6d5e5389929d329837714462;p=thirdparty%2Fcurl.git Make sure sys/socket.h is included before netinet/in.h (required by OpenWatcom C, and condoned by SUS) --- diff --git a/ares/acountry.c b/ares/acountry.c index 37aed60b77..9b3533410e 100644 --- a/ares/acountry.c +++ b/ares/acountry.c @@ -50,6 +50,7 @@ #if defined(WIN32) && !defined(WATT32) #include #else + #include #include #include #include