summaryrefslogtreecommitdiffstats
path: root/contrib/murmurhash3
diff options
context:
space:
mode:
authorMarek Vavruša <marek.vavrusa@nic.cz>2015-07-01 00:33:36 +0200
committerMarek Vavruša <marek.vavrusa@nic.cz>2015-07-01 00:33:36 +0200
commit1a5dd52f472482c5b8707c32d59a529deeec2eef (patch)
tree49b698f017906a0285e1235c0fdd3adde81e355d /contrib/murmurhash3
parentdaemon/bindings: missing brk in wrapped lookup tables (diff)
downloadknot-resolver-1a5dd52f472482c5b8707c32d59a529deeec2eef.tar.xz
knot-resolver-1a5dd52f472482c5b8707c32d59a529deeec2eef.zip
doc: documented forked mode
Diffstat (limited to 'contrib/murmurhash3')
-rw-r--r--contrib/murmurhash3/murmurhash3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/murmurhash3/murmurhash3.c b/contrib/murmurhash3/murmurhash3.c
index 223ced56..06ed7d84 100644
--- a/contrib/murmurhash3/murmurhash3.c
+++ b/contrib/murmurhash3/murmurhash3.c
@@ -1,7 +1,7 @@
/* This is MurmurHash3. The original C++ code was placed in the public domain
* by its author, Austin Appleby. */
-#include "libknot/internal/trie/murmurhash3.h"
+#include "murmurhash3.h"
static inline uint32_t fmix(uint32_t h)
{