diff --git a/LICENSE b/LICENSE index e0a11acad44549e8832010c244970882dc81c463..ec93fa18381a70744ed313e95db3e4a4ceaafa51 100644 --- a/LICENSE +++ b/LICENSE @@ -8,7 +8,7 @@ The majority of code is written by Matt Johnston, under the license below. Portions of the client-mode work are (c) 2004 Mihnea Stoenescu, under the same license: -Copyright (c) 2002-2004 Matt Johnston +Copyright (c) 2002-2006 Matt Johnston Portions copyright (c) 2004 Mihnea Stoenescu All rights reserved. diff --git a/includes.h b/includes.h index 06c969224a33dccb3a71324a28856aea2d8d3303..da974ccdf143c7fcdcb801aba39d9ebc98d2a245 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