Fix all include location, and drop versions of the library that were never shipped.
[awesomized/libmemcached] / clients / memtouch.cc
index 4f3be80e8a9b57b68c6d1408a85369ee2ae3f5d3..8bb3c78c3904ec73d31b59ba3e5e1d6f4c349893 100644 (file)
@@ -1,4 +1,5 @@
 /* LibMemcached
+ * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/
  * Copyright (C) 2006-2009 Brian Aker
  * All rights reserved.
  *
@@ -16,7 +17,7 @@
 #include <getopt.h>
 #include <iostream>
 #include <unistd.h>
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
 
 #include "utilities.h"