From: Chris Hanson Date: Wed, 20 Nov 2002 15:39:40 +0000 (+0000) Subject: Load prior to as it is needed on solaris. X-Git-Tag: 20090517-FFI~2141 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1a36342719d2ad58d9d8155ed9a9f5fdc8e56911;p=mit-scheme.git Load prior to as it is needed on solaris. --- diff --git a/v7/src/microcode/tterm.c b/v7/src/microcode/tterm.c index aac5f9d85..2d19257e5 100644 --- a/v7/src/microcode/tterm.c +++ b/v7/src/microcode/tterm.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: tterm.c,v 1.13 2002/01/29 06:00:09 cph Exp $ +$Id: tterm.c,v 1.14 2002/11/20 15:39:40 cph Exp $ Copyright (c) 1990-2002 Massachusetts Institute of Technology @@ -32,6 +32,9 @@ USA. parsing error on GNU systems. */ # undef false # undef true +# ifdef HAVE_TERMIOS_H +# include +# endif # include # include #else