X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=b0d23c8cbc65f914be63a8891269fb7bf724a6aa;hp=d3aa84296f0c11465bdc9beaa621e54464dd1227;hb=7717cb0c54cc1b736b9f210b180c3cb3f4663ded;hpb=1fe56637874a1e93882a2ca6ffb8c50a773f80e4 diff --git a/system.h b/system.h index d3aa8429..b0d23c8c 100644 --- a/system.h +++ b/system.h @@ -1,7 +1,7 @@ /* system.h -- system headers - Copyright (C) 1998-2003 Ivo Timmermans - 2003 Guus Sliepen + Copyright (C) 1998-2004 Ivo Timmermans + 2003-2004 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -92,10 +92,6 @@ typedef int bool; #include #endif -#ifdef HAVE_ARPA_INET_H -#include -#endif - #ifdef HAVE_SYS_SOCKET_H #include #endif @@ -112,6 +108,10 @@ typedef int bool; #include #endif +#ifdef HAVE_ARPA_INET_H +#include +#endif + #ifdef HAVE_NETINET_IP_H #include #endif