diff src/core/ngx_core.h @ 790:f9a971440614

ngx_crc32()
author Igor Sysoev <igor@sysoev.ru>
date Wed, 18 Oct 2006 19:00:21 +0000
parents 39b7d7b33c91
children fc742aa760f3
line wrap: on
line diff
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -57,6 +57,7 @@ typedef void (*ngx_connection_handler_pt
 #include <ngx_file.h>
 #include <ngx_files.h>
 #include <ngx_crc.h>
+#include <ngx_crc32.h>
 #if (NGX_PCRE)
 #include <ngx_regex.h>
 #endif