Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
372:fbcc3b5b34f3 | 377:1bfa65fed772 |
---|---|
70 | 70 |
71 #ifdef HAVE_LASTLOG_H | 71 #ifdef HAVE_LASTLOG_H |
72 #include <lastlog.h> | 72 #include <lastlog.h> |
73 #endif | 73 #endif |
74 | 74 |
75 #include <arpa/inet.h> | |
76 | |
77 #ifdef HAVE_NETINET_IN_H | 75 #ifdef HAVE_NETINET_IN_H |
78 #include <netinet/in.h> | 76 #include <netinet/in.h> |
79 #endif | 77 #endif |
78 | |
79 #include <arpa/inet.h> | |
80 | 80 |
81 /* netbsd 1.6 needs this to be included before netinet/ip.h for some | 81 /* netbsd 1.6 needs this to be included before netinet/ip.h for some |
82 * undocumented reason */ | 82 * undocumented reason */ |
83 #ifdef HAVE_NETINET_IN_SYSTM_H | 83 #ifdef HAVE_NETINET_IN_SYSTM_H |
84 #include <netinet/in_systm.h> | 84 #include <netinet/in_systm.h> |