diff options
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 4c2712cfa..0a12fb21a 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -43,6 +43,7 @@ typedef void (*ngx_event_handler_pt)(ngx_event_t *ev); #include <ngx_palloc.h> #include <ngx_buf.h> #include <ngx_array.h> +#include <ngx_list.h> #include <ngx_table.h> #include <ngx_file.h> #include <ngx_files.h> |