diff src/core/ngx_core.h @ 3891:203eb026ec07

ngx_murmur_hash2()
author Igor Sysoev <igor@sysoev.ru>
date Fri, 15 Apr 2011 10:59:24 +0000
parents ed785dc26eef
children d620f497c50f
line wrap: on
line diff
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -58,6 +58,7 @@ typedef void (*ngx_connection_handler_pt
 #include <ngx_file.h>
 #include <ngx_crc.h>
 #include <ngx_crc32.h>
+#include <ngx_murmurhash.h>
 #if (NGX_PCRE)
 #include <ngx_regex.h>
 #endif