summaryrefslogtreecommitdiffhomepage
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes.h b/includes.h
index 02e8877..1fcf634 100644
--- a/includes.h
+++ b/includes.h
@@ -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