From 5e007ef4a922b9fa5d49be70f58506e61aea7a75 Mon Sep 17 00:00:00 2001 From: Keith Sklower Date: Fri, 13 Apr 1990 01:35:04 -0800 Subject: [PATCH] ctty needs proc.h SCCS-vsn: sys/vax/uba/ut.c 7.8 --- usr/src/sys/vax/uba/ut.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/sys/vax/uba/ut.c b/usr/src/sys/vax/uba/ut.c index 423da9639a..b25c1f8c86 100644 --- a/usr/src/sys/vax/uba/ut.c +++ b/usr/src/sys/vax/uba/ut.c @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)ut.c 7.7 (Berkeley) %G% + * @(#)ut.c 7.8 (Berkeley) %G% */ #include "tj.h" @@ -22,6 +22,7 @@ #include "conf.h" #include "file.h" #include "user.h" +#include "proc.h" #include "map.h" #include "ioctl.h" #include "mtio.h" -- 2.20.1