Fixes all current issues with hashkit tests.
[m6w6/libmemcached] / libhashkit / fnv.c
index 41243813e03cab8a46ba88d82b4e1fe298af5a1b..fffb94a492aebf86815942322d9511f0825a7506 100644 (file)
@@ -6,7 +6,7 @@
  * the COPYING file in the parent directory for full text.
  */
 
-#include "common.h"
+#include <libhashkit/common.h>
 
 /* FNV hash'es lifted from Dustin Sallings work */
 static uint64_t FNV_64_INIT= UINT64_C(0xcbf29ce484222325);