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	Fri Apr 15 10:58:44 2011 +0000
+++ b/src/core/ngx_core.h	Fri Apr 15 10:59:24 2011 +0000
@@ -58,6 +58,7 @@
 #include <ngx_file.h>
 #include <ngx_crc.h>
 #include <ngx_crc32.h>
+#include <ngx_murmurhash.h>
 #if (NGX_PCRE)
 #include <ngx_regex.h>
 #endif