diff options
author | dg <dg@FreeBSD.org> | 1995-04-10 00:38:15 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1995-04-10 00:38:15 +0000 |
commit | f2eb317632a73195219bd630fe9a643eeb224c4e (patch) | |
tree | 2a77f28c6cb1a219c3959c20d16405919fbb91f3 /usr.bin/fstat/fstat.c | |
parent | 3a0ebdefb71c983830d528ffc0e922c3a44e5d1d (diff) | |
download | FreeBSD-src-f2eb317632a73195219bd630fe9a643eeb224c4e.zip FreeBSD-src-f2eb317632a73195219bd630fe9a643eeb224c4e.tar.gz |
Added #include <sys/queue.h>
Diffstat (limited to 'usr.bin/fstat/fstat.c')
-rw-r--r-- | usr.bin/fstat/fstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 90d7304..f30df6e 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> |