X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=e38fba192764ceb73260a710ec01525507ad459f;hp=0d7b3187d62931634a437ff1b0ed34a30f01b811;hb=6d41b429a26dd1acaa7c56b2124f2daf55b5b97c;hpb=2edc764a333764e7e5c4d3420131c13e9c81ecf7 diff --git a/system.h b/system.h index 0d7b3187..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 @@ -120,6 +120,14 @@ typedef int bool; #include #endif +#ifdef HAVE_NETINET_IN6_H +#include +#endif + +#ifdef HAVE_NETINET_IP6_H +#include +#endif + #ifdef HAVE_MINGW #include #include