changeset 1046:d4b1e5db2b2a

* keyboard.c: Include "systty.h", not "systerm.h".
author Jim Blandy <jimb@redhat.com>
date Sat, 29 Aug 1992 03:04:31 +0000
parents 2ac1c701fced
children 1ab1ed32e82a
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sat Aug 29 03:03:15 1992 +0000
+++ b/src/keyboard.c	Sat Aug 29 03:04:31 1992 +0000
@@ -42,7 +42,7 @@
 #endif
 
 #include "syssignal.h"
-#include "systerm.h"
+#include "systty.h"
 #include "systime.h"
 
 extern int errno;