From 5d98ce759828cac94048d4deded6a99fc289e01b Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 29 Sep 1996 19:25:10 +0000 Subject: [PATCH] Include so that this doesn't depend on the KERNEL version of including . Only the !KERNEL version of will do that when I unspam the kernel headers. --- usr.bin/fstat/fstat.c | 1 + usr.sbin/pstat/pstat.c | 1 + 2 files changed, 2 insertions(+) diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index fe4b7d05b929..fbfaacbc21bf 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -77,6 +77,7 @@ static char sccsid[] = "@(#)fstat.c 8.1 (Berkeley) 6/6/93"; #include #include +#include #include #include #include diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 773bfa186a90..7edf8b732dad 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -67,6 +67,7 @@ static char sccsid[] = "@(#)pstat.c 8.9 (Berkeley) 2/16/94"; #include #include +#include #include #include #include