X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=73f7aeb1cd558ce3c35f94fb8c41f7a3e0e18657;hp=c4dd0d14cdfe2a049fa63b395153ea523f23dab7;hb=721e4caee0f7c6e003c297c95fb6d93bd4102219;hpb=e449d94caef963809d417f16497f6f978e10d731 diff --git a/system.h b/system.h index c4dd0d14..73f7aeb1 100644 --- a/system.h +++ b/system.h @@ -35,7 +35,10 @@ #include #include #include + +#ifdef HAVE_TERMIOS_H #include +#endif #ifdef HAVE_INTTYPES_H #include @@ -72,7 +75,7 @@ #endif #ifdef HAVE_SYS_PARAM_H -#include +#include #endif /* SunOS really wants sys/socket.h BEFORE net/if.h, @@ -112,7 +115,7 @@ #ifdef HAVE_MINGW #include -#include +#include #endif /* Include localisation support */