diff options
author | bde <bde@FreeBSD.org> | 1999-01-27 10:10:03 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-01-27 10:10:03 +0000 |
commit | 452461a59bb02152445a15d161bc20eaaefb0ee1 (patch) | |
tree | 41863e0c3284350fbbf6a88fc8013747001600d8 /sys/kern/sys_pipe.c | |
parent | 5429c9828c90015a4c41ede2590f556a9fed456f (diff) | |
download | FreeBSD-src-452461a59bb02152445a15d161bc20eaaefb0ee1.zip FreeBSD-src-452461a59bb02152445a15d161bc20eaaefb0ee1.tar.gz |
Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.
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 29e1e97..c0190d2 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.45 1998/11/11 10:03:55 truckman Exp $ + * $Id: sys_pipe.c,v 1.46 1998/12/07 21:58:29 archie Exp $ */ /* @@ -59,6 +59,7 @@ #include <sys/ttycom.h> #include <sys/stat.h> #include <sys/poll.h> +#include <sys/select.h> #include <sys/signalvar.h> #include <sys/sysproto.h> #include <sys/pipe.h> |