X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=d4381dc5104ec82a845d6e463dc8b669380a00dd;hp=c4dd0d14cdfe2a049fa63b395153ea523f23dab7;hb=64fd25aa6b794bb1d957b50d48705f30ed47c878;hpb=c1e8152f4fe5e4557784d8411e50006d461b8786 diff --git a/system.h b/system.h index c4dd0d14..d4381dc5 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,