comparison includes.h @ 415:8b9aba1d5fa4 channel-fix

merge of '73fe066c5d9e2395354ba74756124d45c978a04d' and 'f5014cc84558f1e8eba42dbecf9f72f94bfe6134'
author Matt Johnston <matt@ucc.asn.au>
date Tue, 06 Feb 2007 16:00:18 +0000
parents a124aff0cbf1
children 1afa503e33f5
comparison
equal deleted inserted replaced
414:c53a26c430e5 415:8b9aba1d5fa4
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>