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