summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2001-04-23 08:13:18 +0000
committerGreg Lehey <grog@FreeBSD.org>2001-04-23 08:13:18 +0000
commit06d71e32d82fe0117141d8923b42a54890e4ba47 (patch)
tree71cfcd3228210ab0a48a2857280c4991f95961a9
parent5a0a51cf5a7a251901a36ba7ef16ea922c992d7e (diff)
Notes
-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 c00fc89539db..03945a789856 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>