From: Guillermo J. Rozas Date: Tue, 5 May 1992 06:38:52 +0000 (+0000) Subject: Include ospty.h. X-Git-Tag: 20090517-FFI~9434 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c32580db60ccb229097d36dc967642932c1bbb16;p=mit-scheme.git Include ospty.h. --- diff --git a/v7/src/microcode/uxterm.c b/v7/src/microcode/uxterm.c index b5764a21d..9d06304bb 100644 --- a/v7/src/microcode/uxterm.c +++ b/v7/src/microcode/uxterm.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxterm.c,v 1.18 1992/02/03 23:47:06 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxterm.c,v 1.19 1992/05/05 06:38:52 jinx Exp $ -Copyright (c) 1990-91 Massachusetts Institute of Technology +Copyright (c) 1990-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -35,6 +35,7 @@ MIT in each case. */ #include "ux.h" #include "uxterm.h" #include "uxio.h" +#include "ospty.h" #if defined(HAVE_TERMIOS) || defined(HAVE_TERMIO)