Bring pipe_stat prototype in scope
authorniklas <niklas@openbsd.org>
Tue, 10 Sep 1996 16:44:22 +0000 (16:44 +0000)
committerniklas <niklas@openbsd.org>
Tue, 10 Sep 1996 16:44:22 +0000 (16:44 +0000)
sys/miscfs/fdesc/fdesc_vnops.c

index a0f8b15..d5ed260 100644 (file)
@@ -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 $     */
 
 /*
 #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