summaryrefslogtreecommitdiff
path: root/sys/miscfs/fdesc
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-09-10 16:44:23 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-09-10 16:44:23 +0000
commit39111448a26dbc6d14f342df42a47760a7b422ec (patch)
tree1e8fdc7880cc3203ebf142b71db5b0b5346fd181 /sys/miscfs/fdesc
parente95e5e79cfb7f7a31742ac141e6594928325c622 (diff)
Bring pipe_stat prototype in scope
Diffstat (limited to 'sys/miscfs/fdesc')
-rw-r--r--sys/miscfs/fdesc/fdesc_vnops.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/miscfs/fdesc/fdesc_vnops.c b/sys/miscfs/fdesc/fdesc_vnops.c
index a0f8b15170d..d5ed2609bd8 100644
--- a/sys/miscfs/fdesc/fdesc_vnops.c
+++ b/sys/miscfs/fdesc/fdesc_vnops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fdesc_vnops.c,v 1.4 1996/09/07 18:11:18 tholo Exp $ */
+/* $OpenBSD: fdesc_vnops.c,v 1.5 1996/09/10 16:44:22 niklas Exp $ */
/* $NetBSD: fdesc_vnops.c,v 1.32 1996/04/11 11:24:29 mrg Exp $ */
/*
@@ -64,8 +64,13 @@
#include <sys/buf.h>
#include <sys/dirent.h>
#include <sys/tty.h>
+
#include <miscfs/fdesc/fdesc.h>
+#include <vm/vm.h>
+
+#include <sys/pipe.h>
+
#define cttyvp(p) ((p)->p_flag & P_CONTROLT ? (p)->p_session->s_ttyvp : NULL)
#define FDL_WANT 0x01