From 9eb9dd74b0898f8aaadf8f5671617cddeccfff5c Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sun, 9 Jun 1996 15:00:11 +0000 Subject: [PATCH] Include needed for MAXCOMLEN and MAXLOGNAME constants. --- sys/sys/proc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/proc.h b/sys/sys/proc.h index ba5d6ccc8dc7..1e905cab46cc 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)proc.h 8.15 (Berkeley) 5/19/95 - * $Id: proc.h,v 1.23 1996/04/07 16:46:28 bde Exp $ + * $Id: proc.h,v 1.24 1996/05/01 02:52:05 bde Exp $ */ #ifndef _SYS_PROC_H_ @@ -47,6 +47,7 @@ #include /* For struct selinfo. */ #include /* For structs itimerval, timeval. */ #include +#include /* * One structure allocated per session.