summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2001-04-23 08:13:18 +0000
committergrog <grog@FreeBSD.org>2001-04-23 08:13:18 +0000
commit05ea68dcf41b58bc4ece17e15796b486a381edd6 (patch)
treeb8fe5a064c342c19dd30188af2536a06c286332a /usr.sbin/pstat
parent119c82ccab4501470db66696d6779530670f72e3 (diff)
downloadFreeBSD-src-05ea68dcf41b58bc4ece17e15796b486a381edd6.zip
FreeBSD-src-05ea68dcf41b58bc4ece17e15796b486a381edd6.tar.gz
Include necessary header files, in preparation for fixing breakage in
sys/mount.h. Suggested by: phk
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r--usr.sbin/pstat/pstat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index c00fc89..03945a7 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -53,6 +53,8 @@ static const char rcsid[] =
#include <sys/file.h>
#include <ufs/ufs/quota.h>
#include <ufs/ufs/inode.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/uio.h>
#include <sys/namei.h>
OpenPOWER on IntegriCloud