From 729777db8afd189cfc041d4885e02b727b2e12de Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 2 May 2005 10:50:10 +0000 Subject: Include systat.h for cmdtab, to make gcc4 happy. --- usr.bin/systat/pigs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/systat') diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c index 4b504ed..3bc3893 100644 --- a/usr.bin/systat/pigs.c +++ b/usr.bin/systat/pigs.c @@ -55,6 +55,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include "systat.h" #include "extern.h" int compar(const void *, const void *); -- cgit v1.1