From: Monty Taylor Date: Thu, 14 Jan 2010 02:56:23 +0000 (-0800) Subject: Moved math include to after common which is where config.h is included. config.h... X-Git-Tag: 0.40~115^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=2b3f3d6389db5f7b43a0843d799606aef434a0d0;p=m6w6%2Flibmemcached Moved math include to after common which is where config.h is included. config.h really always needs to be included first. --- 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) {