diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index edf3004..59f3646 100755 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -9,6 +9,7 @@ #include + static char *ngx_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); static char *ngx_log_set_levels(ngx_conf_t *cf, ngx_log_t *log); static void ngx_log_insert(ngx_log_t *log, ngx_log_t *new_log);