X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=e38fba192764ceb73260a710ec01525507ad459f;hp=d3aa84296f0c11465bdc9beaa621e54464dd1227;hb=98edfb14fcc7167d24d440ed2772d0755daac3b7;hpb=1fe56637874a1e93882a2ca6ffb8c50a773f80e4 diff --git a/system.h b/system.h index d3aa8429..e38fba19 100644 --- a/system.h +++ b/system.h @@ -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