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 cd066af35..0a82d8b2a 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -57,6 +57,7 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #include <ngx_file.h> #include <ngx_files.h> #include <ngx_crc.h> +#include <ngx_crc32.h> #if (NGX_PCRE) #include <ngx_regex.h> #endif |