From 6e547eabb804d199d43ff88ef8ed3dff8cfa61c0 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 1 May 2001 08:46:02 +0000 Subject: [PATCH] Compensate for header dethreading. --- usr.bin/fstat/fstat.c | 1 + usr.bin/gcore/aoutcore.c | 1 + usr.bin/gcore/gcore.c | 1 + usr.bin/killall/killall.c | 1 + usr.bin/ktrace/subr.c | 1 + usr.bin/systat/pigs.c | 1 + usr.bin/top/machine.c | 1 + usr.bin/w/proc_compare.c | 1 + usr.bin/w/w.c | 1 + 9 files changed, 9 insertions(+) diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 49bc0801f02..24089cc2864 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -46,6 +46,7 @@ static const char rcsid[] = #endif /* not lint */ #include +#include #include #include #include diff --git a/usr.bin/gcore/aoutcore.c b/usr.bin/gcore/aoutcore.c index 7757230e14c..b5f6143730f 100644 --- a/usr.bin/gcore/aoutcore.c +++ b/usr.bin/gcore/aoutcore.c @@ -57,6 +57,7 @@ static const char rcsid[] = * contract BG 91-66 and contributed to Berkeley. */ #include +#include #include #include #include diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 7757230e14c..b5f6143730f 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -57,6 +57,7 @@ static const char rcsid[] = * contract BG 91-66 and contributed to Berkeley. */ #include +#include #include #include #include diff --git a/usr.bin/killall/killall.c b/usr.bin/killall/killall.c index ea3d01c6607..359af047081 100644 --- a/usr.bin/killall/killall.c +++ b/usr.bin/killall/killall.c @@ -29,6 +29,7 @@ #include #include +#include #include #include #include diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c index 4e4b3bf466a..a66bbcf1564 100644 --- a/usr.bin/ktrace/subr.c +++ b/usr.bin/ktrace/subr.c @@ -41,6 +41,7 @@ static const char rcsid[] = #include #include +#include #include #include #include diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c index 03a9e94513f..62a603ad16a 100644 --- a/usr.bin/systat/pigs.c +++ b/usr.bin/systat/pigs.c @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93"; #include #include +#include #include #include #include diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 96bc79d8d0c..1c3d152c147 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "os.h" #include diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c index 6517dee6667..a9403e77f78 100644 --- a/usr.bin/w/proc_compare.c +++ b/usr.bin/w/proc_compare.c @@ -40,6 +40,7 @@ static const char rcsid[] = #endif /* not lint */ #include +#include #include #include diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index 4126bcacaa0..6ef6ad9164c 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -52,6 +52,7 @@ static const char rcsid[] = * */ #include +#include #include #include #include