Fixes all current issues with hashkit tests.
[m6w6/libmemcached] / libhashkit / common.h
index b2aaf0e21524bf7f1998bac5dc77a6051e35139c..73b198f589aa05c5ce640c9e5b6377b00125e206 100644 (file)
@@ -9,11 +9,7 @@
 #ifndef HASHKIT_COMMON_H
 #define HASHKIT_COMMON_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include "config.h"
+#include <config.h>
 
 #include <assert.h>
 #include <errno.h>
@@ -21,7 +17,11 @@ extern "C" {
 #include <stdlib.h>
 #include <math.h>
 
-#include "hashkit.h"
+#include <libhashkit/hashkit.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 HASHKIT_LOCAL
 void md5_signature(const unsigned char *key, unsigned int length, unsigned char *result);