--- src/socket.h.orig Sat Jun 19 23:03:54 2004 +++ src/socket.h Sat Jul 17 20:36:02 2004 @@ -45,12 +45,12 @@ # include #endif -#ifdef HAVE_ARPA_INET_H -# include -#endif - #ifdef HAVE_NETINET_IN_H # include +#endif + +#ifdef HAVE_ARPA_INET_H +# include #endif #if defined(HAVE_GNUTLS)