X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=e38fba192764ceb73260a710ec01525507ad459f;hp=d4381dc5104ec82a845d6e463dc8b669380a00dd;hb=2236e05e518c9e317d82c027596bea5228725214;hpb=64fd25aa6b794bb1d957b50d48705f30ed47c878 diff --git a/system.h b/system.h index d4381dc5..e38fba19 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 @@ -85,10 +92,6 @@ #include #endif -#ifdef HAVE_ARPA_INET_H -#include -#endif - #ifdef HAVE_SYS_SOCKET_H #include #endif @@ -105,6 +108,10 @@ #include #endif +#ifdef HAVE_ARPA_INET_H +#include +#endif + #ifdef HAVE_NETINET_IP_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 */