kernel.h include for lbolt
authorBill Joy <root@ucbvax.Berkeley.EDU>
Sun, 12 Sep 1982 17:58:20 +0000 (09:58 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Sun, 12 Sep 1982 17:58:20 +0000 (09:58 -0800)
SCCS-vsn: sys/kern/tty.c 4.29

usr/src/sys/kern/tty.c

index c407495..9849368 100644 (file)
@@ -1,4 +1,4 @@
-/*     tty.c   4.28    82/08/22        */
+/*     tty.c   4.29    82/09/12        */
 
 /*
  * TTY subroutines common to more than one line discipline
 
 /*
  * TTY subroutines common to more than one line discipline
@@ -16,6 +16,7 @@
 #include "../h/buf.h"
 #include "../h/dk.h"
 #include "../h/uio.h"
 #include "../h/buf.h"
 #include "../h/dk.h"
 #include "../h/uio.h"
+#include "../h/kernel.h"
 
 /*
  * Table giving parity for characters and indicating
 
 /*
  * Table giving parity for characters and indicating