projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
3928e14
)
Moved math include to after common which is where config.h is included. config.h...
author
Monty Taylor
<mordred@inaugust.com>
Thu, 14 Jan 2010 02:56:23 +0000
(18:56 -0800)
committer
Monty Taylor
<mordred@inaugust.com>
Thu, 14 Jan 2010 02:56:23 +0000
(18:56 -0800)
libhashkit/ketama.c
patch
|
blob
|
history
diff --git
a/libhashkit/ketama.c
b/libhashkit/ketama.c
index 502b1c74ed405325cf4cd3013e9d549cb59a3adf..83b47552a1a8853f88f4863e20a49630ae49e808 100644
(file)
--- a/
libhashkit/ketama.c
+++ b/
libhashkit/ketama.c
@@
-6,8
+6,8
@@
* the COPYING file in the parent directory for full text.
*/
-#include <math.h>
#include "common.h"
+#include <math.h>
static uint32_t ketama_server_hash(const char *key, unsigned int key_length, int alignment)
{