From: Guus Sliepen Date: Mon, 21 Jul 2003 13:15:36 +0000 (+0000) Subject: Oops. X-Git-Tag: release-1.0~51 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=64fd25aa6b794bb1d957b50d48705f30ed47c878 Oops. --- 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,