summaryrefslogtreecommitdiff
path: root/libmemcached/memory.h
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2012-10-13 13:33:12 -0400
committerBrian Aker <brian@tangent.org>2012-10-13 13:33:12 -0400
commit462de46ceddc9846bbefe91dca9915c5c538308d (patch)
tree69cd77848f9b8a97eff264ae30fa333ae8264a95 /libmemcached/memory.h
parentad2e1c9a762d63323ec7825bcfffae044c88dcc1 (diff)
downloadlibmemcached-462de46ceddc9846bbefe91dca9915c5c538308d.tar.gz
Fix reference to not common include.
Diffstat (limited to 'libmemcached/memory.h')
-rw-r--r--libmemcached/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmemcached/memory.h b/libmemcached/memory.h
index 06cc9985..804bde30 100644
--- a/libmemcached/memory.h
+++ b/libmemcached/memory.h
@@ -38,7 +38,7 @@
#include <config.h>
-#include <libmemcached-1.0/struct/memcached.h>
+#include <libmemcached/common.h>
#ifdef __cplusplus
#include <cstddef>