diff --git a/io.c b/io.c index 4951a09432..982e83e5cc 100644 --- a/io.c +++ b/io.c @@ -96,6 +96,10 @@ #include #endif +#ifdef HAVE_SYS_WAIT_H +# include /* for WNOHANG on BSD */ +#endif + #if defined(__BEOS__) || defined(__HAIKU__) # ifndef NOFILE # define NOFILE (OPEN_MAX)