diff options
Diffstat (limited to 'src/os/win32/ngx_os_init.h')
-rw-r--r-- | src/os/win32/ngx_os_init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/win32/ngx_os_init.h b/src/os/win32/ngx_os_init.h index 5c445ace6..4a00a3a05 100644 --- a/src/os/win32/ngx_os_init.h +++ b/src/os/win32/ngx_os_init.h @@ -3,7 +3,7 @@ #include <ngx_config.h> -#include <ngx_log.h> +#include <ngx_core.h> int ngx_os_init(ngx_log_t *log); |