X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=0d7b3187d62931634a437ff1b0ed34a30f01b811;hp=73f7aeb1cd558ce3c35f94fb8c41f7a3e0e18657;hb=2edc764a333764e7e5c4d3420131c13e9c81ecf7;hpb=721e4caee0f7c6e003c297c95fb6d93bd4102219 diff --git a/system.h b/system.h index 73f7aeb1..0d7b3187 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