X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=e38fba192764ceb73260a710ec01525507ad459f;hp=d3aa84296f0c11465bdc9beaa621e54464dd1227;hb=0b5e6cf04ec0c7e3c54c74a54a32b30e6e3c1f83;hpb=1fe56637874a1e93882a2ca6ffb8c50a773f80e4;ds=sidebyside 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