diff options
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r-- | sys/sys/pipe.h | 2 |
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 |