From 36ebaafa99b6c6f2268b45f3d433a26ea3459657 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 29 Aug 1992 03:05:43 +0000 Subject: [PATCH] * process.c: Include "systty.h", not "systerm.h". --- src/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process.c b/src/process.c index 55ee3373c50..3b0c05ca061 100644 --- a/src/process.c +++ b/src/process.c @@ -70,7 +70,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif /* not IRIS */ #include "systime.h" -#include "systerm.h" +#include "systty.h" #include "lisp.h" #include "window.h"