summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2006-12-06 13:09:32 +0000
committerMatt Johnston <matt@ucc.asn.au>2006-12-06 13:09:32 +0000
commit620d26799eefb5b1c1fda0b99c3675166a71880a (patch)
tree60a902968780ab9101d448fc553c40cbeab00c0e /includes.h
parentcf96b9be7a72ced8735c0731e68a708cf9d80eb0 (diff)
downloaddropbear-620d26799eefb5b1c1fda0b99c3675166a71880a.tar.gz
- Include netinet/in.h before arpa/inet.h for FreeBSD
- Update Copyright year
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 06c9692..da974cc 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