diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-03-23 03:37:54 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-23 03:37:54 +0000 |
commit | 3ac4d1ef0cb63052d971dfb2c6ec0cfc0936bdce (patch) | |
tree | d5362cd33818510de25aca3387c5ff2e95430292 /sys/kern/sys_pipe.c | |
parent | c5d593ae63737614194288420e647f53edbf5727 (diff) |
Notes
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r-- | sys/kern/sys_pipe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index 66b0ac70aa78..71bbed0a3347 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.24 1997/02/22 09:39:19 peter Exp $ + * $Id: sys_pipe.c,v 1.25 1997/03/22 06:52:57 bde Exp $ */ #ifndef OLD_PIPE @@ -54,6 +54,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> +#include <sys/fcntl.h> #include <sys/file.h> #include <sys/protosw.h> #include <sys/stat.h> |