diff includes.h @ 377:1bfa65fed772

- Include netinet/in.h before arpa/inet.h for FreeBSD - Update Copyright year
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Dec 2006 13:09:32 +0000
parents a3a68c25035e
children a124aff0cbf1
line wrap: on
line diff
--- a/includes.h	Thu Nov 02 16:52:59 2006 +0000
+++ b/includes.h	Wed Dec 06 13:09:32 2006 +0000
@@ -72,12 +72,12 @@
 #include <lastlog.h>
 #endif
 
-#include <arpa/inet.h>
-
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif
 
+#include <arpa/inet.h>
+
 /* netbsd 1.6 needs this to be included before netinet/ip.h for some
  * undocumented reason */
 #ifdef HAVE_NETINET_IN_SYSTM_H