# HG changeset patch # User Matt Johnston # Date 1165410572 0 # Node ID 1bfa65fed772b251f965074a46ba177b90c5d00d # Parent fbcc3b5b34f372a9a9e86db20dfcf661c5f50ea4 - Include netinet/in.h before arpa/inet.h for FreeBSD - Update Copyright year diff -r fbcc3b5b34f3 -r 1bfa65fed772 LICENSE --- a/LICENSE Thu Nov 02 16:52:59 2006 +0000 +++ b/LICENSE Wed Dec 06 13:09:32 2006 +0000 @@ -8,7 +8,7 @@ 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 -r fbcc3b5b34f3 -r 1bfa65fed772 includes.h --- a/includes.h Thu Nov 02 16:52:59 2006 +0000 +++ b/includes.h Wed Dec 06 13:09:32 2006 +0000 @@ -72,12 +72,12 @@ #include #endif -#include - #ifdef HAVE_NETINET_IN_H #include #endif +#include + /* netbsd 1.6 needs this to be included before netinet/ip.h for some * undocumented reason */ #ifdef HAVE_NETINET_IN_SYSTM_H