Fix reference to not common include.
authorBrian Aker <brian@tangent.org>
Sat, 13 Oct 2012 17:33:12 +0000 (13:33 -0400)
committerBrian Aker <brian@tangent.org>
Sat, 13 Oct 2012 17:33:12 +0000 (13:33 -0400)
libmemcached/memory.h

index 06cc9985b27b8ea240b6b10507a22974fa87ff06..804bde309e7295f578dfa21076b3ff018473bee0 100644 (file)
@@ -38,7 +38,7 @@
 
 #include <config.h>
 
-#include <libmemcached-1.0/struct/memcached.h>
+#include <libmemcached/common.h>
 
 #ifdef __cplusplus
 #include <cstddef>