aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2004-07-21 03:07:50 +0000
committerMike Silbersack <silby@FreeBSD.org>2004-07-21 03:07:50 +0000
commit27eabced44b592452815298e7e1afa0bed35d7c5 (patch)
tree489719aa25d80442d0d92efa77b4561122ba911e /usr.bin
parent3f25cbddc22e6f2e68a3fea0d09be17e97528487 (diff)
downloadsrc-27eabced44b592452815298e7e1afa0bed35d7c5.tar.gz
src-27eabced44b592452815298e7e1afa0bed35d7c5.zip
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/fstat/fstat.c2
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>