diff options
-rw-r--r-- | usr.bin/systat/disks.c | 1 | ||||
-rw-r--r-- | usr.sbin/swapinfo/swapinfo.c | 1 |
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> |