From 4e9fb4c6a0dc1d6cb0d71090abd7cb5aec5013ae Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 13 Jun 2011 01:04:00 +0000 Subject: Apparently makefs needs a few more system headers to compile during buildworld. --- usr.sbin/makefs/ffs/ffs_bswap.c | 2 ++ usr.sbin/makefs/ffs/ffs_subr.c | 3 +++ 2 files changed, 5 insertions(+) (limited to 'usr.sbin/makefs') diff --git a/usr.sbin/makefs/ffs/ffs_bswap.c b/usr.sbin/makefs/ffs/ffs_bswap.c index 04683a6..7049991 100644 --- a/usr.sbin/makefs/ffs/ffs_bswap.c +++ b/usr.sbin/makefs/ffs/ffs_bswap.c @@ -35,6 +35,8 @@ __FBSDID("$FreeBSD$"); #include #include +#include +#include #if defined(_KERNEL) #include #endif diff --git a/usr.sbin/makefs/ffs/ffs_subr.c b/usr.sbin/makefs/ffs/ffs_subr.c index 5f9b6f2..19d3543 100644 --- a/usr.sbin/makefs/ffs/ffs_subr.c +++ b/usr.sbin/makefs/ffs/ffs_subr.c @@ -35,6 +35,9 @@ __FBSDID("$FreeBSD$"); #include +#include +#include +#include #include #include -- cgit v1.1