Fixes all current issues with hashkit tests.
[m6w6/libmemcached] / libhashkit / common.h
index dff3ab0bc92eedaad6ffce0abb4ec138f20c5dfa..73b198f589aa05c5ce640c9e5b6377b00125e206 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef HASHKIT_COMMON_H
 #define HASHKIT_COMMON_H
 
-#include "config.h"
+#include <config.h>
 
 #include <assert.h>
 #include <errno.h>
@@ -17,7 +17,7 @@
 #include <stdlib.h>
 #include <math.h>
 
-#include "hashkit.h"
+#include <libhashkit/hashkit.h>
 
 #ifdef __cplusplus
 extern "C" {