From af06c096b407497f664d971fad30ff25542b19de Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Wed, 13 Jan 2010 15:25:34 -0800 Subject: [PATCH] Adding math include for libhashkit. --- libhashkit/ketama.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libhashkit/ketama.c b/libhashkit/ketama.c index e56594cf..502b1c74 100644 --- a/libhashkit/ketama.c +++ b/libhashkit/ketama.c @@ -6,6 +6,7 @@ * the COPYING file in the parent directory for full text. */ +#include #include "common.h" static uint32_t ketama_server_hash(const char *key, unsigned int key_length, int alignment) -- 2.30.2