X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit%2Ffnv.c;h=fffb94a492aebf86815942322d9511f0825a7506;hb=6bc6cf720913ae042f36e62e09abce7d340607ab;hp=41243813e03cab8a46ba88d82b4e1fe298af5a1b;hpb=831d9dafc253a93f28b5c8db2d37481a93b220e7;p=awesomized%2Flibmemcached diff --git a/libhashkit/fnv.c b/libhashkit/fnv.c index 41243813..fffb94a4 100644 --- a/libhashkit/fnv.c +++ b/libhashkit/fnv.c @@ -6,7 +6,7 @@ * the COPYING file in the parent directory for full text. */ -#include "common.h" +#include /* FNV hash'es lifted from Dustin Sallings work */ static uint64_t FNV_64_INIT= UINT64_C(0xcbf29ce484222325);