diff options
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r-- | src/core/ngx_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index f1e49ebd4..d79237ef0 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -3,7 +3,7 @@ #include <ngx_errno.h> -#include <ngx_file.h> +#include <ngx_files.h> typedef enum { NGX_LOG_EMERG = 0, |