summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2001-01-09 04:33:49 +0000
committerwollman <wollman@FreeBSD.org>2001-01-09 04:33:49 +0000
commit70c88bb8dad8043bc6de6c2381c0f3d55e803379 (patch)
treedb08626bdde4f7fc600087db865a131d6da00a65 /sys/sys/pipe.h
parent73868ac960ac5a7e40b0f6c9fe5956281809d520 (diff)
downloadFreeBSD-src-70c88bb8dad8043bc6de6c2381c0f3d55e803379.zip
FreeBSD-src-70c88bb8dad8043bc6de6c2381c0f3d55e803379.tar.gz
select() DKI is now in <sys/selinfo.h>.
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 7dec828..2a1f3d4 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -26,7 +26,7 @@
#ifndef _KERNEL
#include <sys/time.h> /* for struct timespec */
-#include <sys/select.h> /* for struct selinfo */
+#include <sys/selinfo.h> /* for struct selinfo */
#include <vm/vm.h> /* for vm_page_t */
#include <machine/param.h> /* for PAGE_SIZE */
#endif
OpenPOWER on IntegriCloud