From 64fd25aa6b794bb1d957b50d48705f30ed47c878 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 21 Jul 2003 13:15:36 +0000 Subject: [PATCH] Oops. --- system.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, -- 2.20.1