From: Daniel Stenberg Date: Fri, 4 Aug 2000 11:27:57 +0000 (+0000) Subject: moved an include file further up to make AIX 3 more happy X-Git-Tag: curl-7_1_1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2f045451f5a296059e2a2a8b9c15ca804385170;p=thirdparty%2Fcurl.git moved an include file further up to make AIX 3 more happy --- diff --git a/lib/if2ip.c b/lib/if2ip.c index 065108efa3..420b6df2c5 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -56,6 +56,11 @@ #include #endif #include + +#ifdef HAVE_SYS_TIME_H +/* This must be before net/if.h for AIX 3.2 to enjoy life */ +#include +#endif #ifdef HAVE_NET_IF_H #include #endif @@ -66,10 +71,6 @@ #include #endif -#ifdef HAVE_SYS_TIME_H -#include -#endif - #ifdef HAVE_SYS_SOCKIO_H #include #endif