X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=d3aa84296f0c11465bdc9beaa621e54464dd1227;hp=d4381dc5104ec82a845d6e463dc8b669380a00dd;hb=1fe56637874a1e93882a2ca6ffb8c50a773f80e4;hpb=64fd25aa6b794bb1d957b50d48705f30ed47c878 diff --git a/system.h b/system.h index d4381dc5..d3aa8429 100644 --- a/system.h +++ b/system.h @@ -27,7 +27,6 @@ #include #include -#include #include #include #include @@ -36,6 +35,14 @@ #include #include +#ifdef HAVE_STDBOOL_H +#include +#else +typedef int bool; +#define true 1 +#define false 0 +#endif + #ifdef HAVE_TERMIOS_H #include #endif @@ -113,9 +120,17 @@ #include #endif +#ifdef HAVE_NETINET_IN6_H +#include +#endif + +#ifdef HAVE_NETINET_IP6_H +#include +#endif + #ifdef HAVE_MINGW #include -#include +#include #endif /* Include localisation support */