summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-10-05 09:57:49 +0000
committerdg <dg@FreeBSD.org>1994-10-05 09:57:49 +0000
commit713ebe3ac8c6fac89e65362da7ea323eeb4ea322 (patch)
treee8c208b67ff05a7fcaed8f048dc215a44638aaac
parent52b4dc9c30d3103c53b99bb28b17fb2a972a012b (diff)
downloadFreeBSD-src-713ebe3ac8c6fac89e65362da7ea323eeb4ea322.zip
FreeBSD-src-713ebe3ac8c6fac89e65362da7ea323eeb4ea322.tar.gz
Changes to buf.h now require that param.h be included.
-rw-r--r--usr.bin/systat/disks.c1
-rw-r--r--usr.sbin/swapinfo/swapinfo.c1
2 files changed, 2 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>
diff --git a/usr.sbin/swapinfo/swapinfo.c b/usr.sbin/swapinfo/swapinfo.c
index 1e39a68..67ee45f 100644
--- a/usr.sbin/swapinfo/swapinfo.c
+++ b/usr.sbin/swapinfo/swapinfo.c
@@ -8,6 +8,7 @@
* Kevin Lahey, February 16, 1993
*/
+#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
OpenPOWER on IntegriCloud