From 7ba3a9cab29b01e77179f3569c24270838e216c5 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Sun, 12 Sep 1982 09:59:28 -0800 Subject: [PATCH] include kernel.h for lbolt SCCS-vsn: sys/kern/tty_pty.c 4.25 --- usr/src/sys/kern/tty_pty.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/sys/kern/tty_pty.c b/usr/src/sys/kern/tty_pty.c index 16ea116316..353893b05e 100644 --- a/usr/src/sys/kern/tty_pty.c +++ b/usr/src/sys/kern/tty_pty.c @@ -1,4 +1,4 @@ -/* tty_pty.c 4.24 82/08/22 */ +/* tty_pty.c 4.25 82/09/12 */ /* * Pseudo-teletype Driver @@ -16,6 +16,7 @@ #include "../h/file.h" #include "../h/proc.h" #include "../h/uio.h" +#include "../h/kernel.h" #if NPTY == 1 #undef NPTY -- 2.20.1