summaryrefslogtreecommitdiff
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2001-01-09 04:33:49 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2001-01-09 04:33:49 +0000
commit0a2c3d48c6383833e24ee0f978460e00fefa6b28 (patch)
tree5c6f7c513b772c92726ed4413919063668e7b74e /sys/kern/sys_pipe.c
parentd31a0944a12fab2b41735ba6a46d483b4e7d9c2e (diff)
Notes
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r--sys/kern/sys_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 3b944dd9cdec..a892cbb7bbf3 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -59,7 +59,7 @@
#include <sys/ttycom.h>
#include <sys/stat.h>
#include <sys/poll.h>
-#include <sys/select.h>
+#include <sys/selinfo.h>
#include <sys/signalvar.h>
#include <sys/sysproto.h>
#include <sys/pipe.h>