From 3bd41074f46bcd1de601d86a8ce965c66821f338 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 16 Feb 2003 15:46:25 +0000 Subject: [PATCH] Add #include --- usr.bin/systat/devs.c | 1 + usr.bin/systat/iostat.c | 1 + usr.bin/systat/vmstat.c | 1 + 3 files changed, 3 insertions(+) diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c index 6bfc8645d4f8..309253eee6d5 100644 --- a/usr.bin/systat/devs.c +++ b/usr.bin/systat/devs.c @@ -68,6 +68,7 @@ static const char sccsid[] = "@(#)disks.c 8.1 (Berkeley) 6/6/93"; #include #include +#include #include #include diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index e05ac1bb3c79..ba39f3e6ea80 100644 --- a/usr.bin/systat/iostat.c +++ b/usr.bin/systat/iostat.c @@ -68,6 +68,7 @@ static const char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93"; #include #include +#include #include #include diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index 9d442bfd7d99..5fc198533aca 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -49,6 +49,7 @@ static const char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; #include #include #include +#include #include #include