diff options
Diffstat (limited to 'src/os/unix/ngx_posix_config.h')
-rw-r--r-- | src/os/unix/ngx_posix_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_posix_config.h b/src/os/unix/ngx_posix_config.h index e6da52ffa..53ee9e812 100644 --- a/src/os/unix/ngx_posix_config.h +++ b/src/os/unix/ngx_posix_config.h @@ -24,6 +24,7 @@ #include <sys/wait.h> #include <sys/mman.h> #include <sys/resource.h> +#include <sched.h> #include <sys/socket.h> #include <netinet/in.h> |