Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-18 23:00:21 +0400
committerIgor Sysoev <igor@sysoev.ru>2006-10-18 23:00:21 +0400
commit5864fc0fcc3743bd91577cb6d6f1dcadb150459c (patch)
treec5e7d3ea9f449246aef8944130b7041512e3a2e7 /src/core/ngx_core.h
parent289e3caa4664402a06535445f3505ad5b9a85073 (diff)
ngx_crc32()
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r--src/core/ngx_core.h1
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