From 2b3f3d6389db5f7b43a0843d799606aef434a0d0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 13 Jan 2010 18:56:23 -0800 Subject: [PATCH] Moved math include to after common which is where config.h is included. config.h really always needs to be included first. --- libhashkit/ketama.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhashkit/ketama.c b/libhashkit/ketama.c index 502b1c74..83b47552 100644 --- a/libhashkit/ketama.c +++ b/libhashkit/ketama.c @@ -6,8 +6,8 @@ * the COPYING file in the parent directory for full text. */ -#include #include "common.h" +#include static uint32_t ketama_server_hash(const char *key, unsigned int key_length, int alignment) { -- 2.30.2