X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=system.h;h=d3aa84296f0c11465bdc9beaa621e54464dd1227;hb=3671ed806d7371fb6b14a5909451b20e54a1b14a;hp=0d7b3187d62931634a437ff1b0ed34a30f01b811;hpb=2edc764a333764e7e5c4d3420131c13e9c81ecf7;p=tinc diff --git a/system.h b/system.h index 0d7b3187..d3aa8429 100644 --- a/system.h +++ b/system.h @@ -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