diff options
author | grog <grog@FreeBSD.org> | 2001-04-23 08:13:18 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-04-23 08:13:18 +0000 |
commit | 05ea68dcf41b58bc4ece17e15796b486a381edd6 (patch) | |
tree | b8fe5a064c342c19dd30188af2536a06c286332a /usr.sbin/pstat | |
parent | 119c82ccab4501470db66696d6779530670f72e3 (diff) | |
download | FreeBSD-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.c | 2 |
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> |