diff options
author | Matt Johnston <matt@ucc.asn.au> | 2006-12-06 13:09:32 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2006-12-06 13:09:32 +0000 |
commit | 7b780efb42e3d9b369b4f00421fba1fc21ec2a22 (patch) | |
tree | 60a902968780ab9101d448fc553c40cbeab00c0e /includes.h | |
parent | 7eee3ceb7042dcdb7373373afaee8bfc0fe7c52f (diff) |
- Include netinet/in.h before arpa/inet.h for FreeBSD
- Update Copyright year
--HG--
extra : convert_revision : 182c2d8dbd5321ef4d1df8758936f4dc7127015f
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |