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

usr/src/sys/kern/tty_pty.c

index 16ea116..353893b 100644 (file)
@@ -1,4 +1,4 @@
-/*     tty_pty.c       4.24    82/08/22        */
+/*     tty_pty.c       4.25    82/09/12        */
 
 /*
  * Pseudo-teletype Driver
 
 /*
  * Pseudo-teletype Driver
@@ -16,6 +16,7 @@
 #include "../h/file.h"
 #include "../h/proc.h"
 #include "../h/uio.h"
 #include "../h/file.h"
 #include "../h/proc.h"
 #include "../h/uio.h"
+#include "../h/kernel.h"
 
 #if NPTY == 1
 #undef NPTY
 
 #if NPTY == 1
 #undef NPTY