diff options
author | dg <dg@FreeBSD.org> | 1994-10-05 09:57:49 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-10-05 09:57:49 +0000 |
commit | 713ebe3ac8c6fac89e65362da7ea323eeb4ea322 (patch) | |
tree | e8c208b67ff05a7fcaed8f048dc215a44638aaac /usr.bin/systat | |
parent | 52b4dc9c30d3103c53b99bb28b17fb2a972a012b (diff) | |
download | FreeBSD-src-713ebe3ac8c6fac89e65362da7ea323eeb4ea322.zip FreeBSD-src-713ebe3ac8c6fac89e65362da7ea323eeb4ea322.tar.gz |
Changes to buf.h now require that param.h be included.
Diffstat (limited to 'usr.bin/systat')
-rw-r--r-- | usr.bin/systat/disks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/systat/disks.c b/usr.bin/systat/disks.c index 5cb5c4d..ebe9502 100644 --- a/usr.bin/systat/disks.c +++ b/usr.bin/systat/disks.c @@ -35,6 +35,7 @@ static char sccsid[] = "@(#)disks.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#include <sys/param.h> #include <sys/types.h> #include <sys/buf.h> |