diff options
Diffstat (limited to 'usr.sbin/nginx/src/os/unix/ngx_posix_config.h')
| -rw-r--r-- | usr.sbin/nginx/src/os/unix/ngx_posix_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/nginx/src/os/unix/ngx_posix_config.h b/usr.sbin/nginx/src/os/unix/ngx_posix_config.h index 4cf90cc9897..d725659dfac 100644 --- a/usr.sbin/nginx/src/os/unix/ngx_posix_config.h +++ b/usr.sbin/nginx/src/os/unix/ngx_posix_config.h @@ -39,6 +39,7 @@ #include <stddef.h> /* offsetof() */ #include <stdio.h> #include <stdlib.h> +#include <ctype.h> #include <errno.h> #include <string.h> #include <signal.h> |
