diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-10-18 19:00:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-18 19:00:21 +0000 |
commit | 5864fc0fcc3743bd91577cb6d6f1dcadb150459c (patch) | |
tree | c5e7d3ea9f449246aef8944130b7041512e3a2e7 /src/core/ngx_core.h | |
parent | 289e3caa4664402a06535445f3505ad5b9a85073 (diff) | |
download | nginx-5864fc0fcc3743bd91577cb6d6f1dcadb150459c.tar.gz nginx-5864fc0fcc3743bd91577cb6d6f1dcadb150459c.zip |
ngx_crc32()
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 |