From ab223afc87f138ed33a216ae6b1663c0d1477520 Mon Sep 17 00:00:00 2001 From: mickey Date: Thu, 5 Sep 1996 12:31:14 +0000 Subject: [PATCH] compile! --- sys/kern/sys_pipe.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index 8bb8e86207a..f5a6bb7041a 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -16,7 +16,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: sys_pipe.c,v 1.2 1996/09/04 22:23:28 niklas Exp $ + * $Id: sys_pipe.c,v 1.3 1996/09/05 12:31:14 mickey Exp $ */ #ifndef OLD_PIPE @@ -73,7 +73,6 @@ #include #include #endif -#include #include #include @@ -86,6 +85,8 @@ #include #include +#include + /* * Use this define if you want to disable *fancy* VM things. Expect an * approx 30% decrease in transfer rate. This could be useful for -- 2.20.1