fix includes
[awesomized/libmemcached] / src / libmemcachedprotocol / cache.c
index 67c72eadd3a9f614ab14b7545517a57c4485414a..c68cc254db09c96a85348b32814777ac735ef4dd 100644 (file)
@@ -45,7 +45,7 @@
 #include <signal.h>
 #endif
 
-#include <libmemcachedprotocol/common.h>
+#include "libmemcachedprotocol/common.h"
 
 #ifndef NDEBUG
 const uint64_t redzone_pattern = 0xdeadbeefcafebabe;