From 827e165e5b80d999a8a30b3292f9bbb4a8c772e1 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Tue, 14 Jul 2009 03:33:56 +0000 Subject: Build on solaris --- zwgc/tty_filter.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'zwgc') diff --git a/zwgc/tty_filter.c b/zwgc/tty_filter.c index 6921b5f..ea607e9 100644 --- a/zwgc/tty_filter.c +++ b/zwgc/tty_filter.c @@ -28,6 +28,13 @@ static const char rcsid_tty_filter_c[] = "$Id$"; #include #else #ifdef HAVE_TERM_H +#ifdef HAVE_TERMIO_H +/* I blame Solaris. Solaris to blame. */ +#include +#endif +#ifdef HAVE_CURSES_H +#include +#endif #include #endif #endif -- cgit v1.2.3