diff options
Diffstat (limited to 'src/core/ngx_config.h')
| -rw-r--r-- | src/core/ngx_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 16ea3a68b..88f374ac3 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -48,6 +48,7 @@ #else /* POSIX */ #include <unistd.h> +#include <stddef.h> /* offsetof */ #include <stdlib.h> #include <stdio.h> #include <stdarg.h> |
