From 184265fd42f518dfe6ad39f2f9ecaffa69368ff4 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 12 Dec 2000 21:18:13 +0000 Subject: [PATCH] Include sys/proc.h so this compiles [on the Alpha]. --- sys/kern/tty_cons.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c index 632532486b9..3180ad8bfcb 100644 --- a/sys/kern/tty_cons.c +++ b/sys/kern/tty_cons.c @@ -44,6 +44,7 @@ #include #include #include +#include #include #include #include