diff options
author | Mike Silbersack <silby@FreeBSD.org> | 2004-07-21 03:07:50 +0000 |
---|---|---|
committer | Mike Silbersack <silby@FreeBSD.org> | 2004-07-21 03:07:50 +0000 |
commit | 27eabced44b592452815298e7e1afa0bed35d7c5 (patch) | |
tree | 489719aa25d80442d0d92efa77b4561122ba911e /usr.bin/fstat | |
parent | 3f25cbddc22e6f2e68a3fea0d09be17e97528487 (diff) | |
download | src-27eabced44b592452815298e7e1afa0bed35d7c5.tar.gz src-27eabced44b592452815298e7e1afa0bed35d7c5.zip |
Notes
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/fstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 7ab2857fab9a..f8763b085a6a 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -60,8 +60,8 @@ __FBSDID("$FreeBSD$"); #include <sys/sysctl.h> #include <sys/filedesc.h> #include <sys/queue.h> -#include <sys/pipe.h> #define _KERNEL +#include <sys/pipe.h> #include <sys/conf.h> #include <sys/file.h> #include <sys/mount.h> |