Fixes all current issues with hashkit tests.
[awesomized/libmemcached] / libhashkit / murmur.c
index 78d7f1933b5e283804e6238bb6cd53bb22e8e16e..a40b11b744d819fae62d6697b27caace7d1ff578 100644 (file)
@@ -15,7 +15,7 @@
   Updated to murmur2 hash - BP
 */
 
-#include "common.h"
+#include <libhashkit/common.h>
 
 uint32_t hashkit_murmur(const char *key, size_t length, void *context)
 {