aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-04-10 00:38:15 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-04-10 00:38:15 +0000
commitd2bccb9fbe8c66a95a7131d59bc543e8b77f447b (patch)
tree2a77f28c6cb1a219c3959c20d16405919fbb91f3 /usr.bin/fstat
parentb6b718f3267dd0d193f00f8bac6752193d40b777 (diff)
Notes
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/fstat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index 90d73042cb9c..f30df6ee6439 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -54,6 +54,7 @@ static char sccsid[] = "@(#)fstat.c 8.1 (Berkeley) 6/6/93";
#include <sys/unpcb.h>
#include <sys/sysctl.h>
#include <sys/filedesc.h>
+#include <sys/queue.h>
#define KERNEL
#include <sys/file.h>
#include <ufs/ufs/quota.h>