diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index c584ff885..cd9350992 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -69,7 +69,7 @@ extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size); #endif -#if (NGX_HAVE_POLL) +#if (NGX_HAVE_POLL || NGX_HAVE_RTSIG) #include #endif