aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2001-04-23 08:11:54 +0000
committerGreg Lehey <grog@FreeBSD.org>2001-04-23 08:11:54 +0000
commit5a0a51cf5a7a251901a36ba7ef16ea922c992d7e (patch)
treea3a63c1acc22e9ffc239ac1388d07e8f74d513e0 /usr.bin/fstat
parentbf30c5b32bcf17322565508abebca3b63eab650f (diff)
Notes
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/fstat.c1
-rw-r--r--usr.bin/fstat/msdosfs.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index 49bc0801f02f0..45ef13eb63e72 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -51,6 +51,7 @@ static const char rcsid[] =
#include <sys/user.h>
#include <sys/stat.h>
#include <sys/vnode.h>
+#include <net/radix.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/domain.h>
diff --git a/usr.bin/fstat/msdosfs.c b/usr.bin/fstat/msdosfs.c
index 809477d476b33..bf29df5b2651c 100644
--- a/usr.bin/fstat/msdosfs.c
+++ b/usr.bin/fstat/msdosfs.c
@@ -42,6 +42,8 @@
#include <sys/vnode.h>
#define _KERNEL
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <msdosfs/bpb.h>
#include <msdosfs/msdosfsmount.h>