Fix all include location, and drop versions of the library that were never shipped.
[awesomized/libmemcached] / clients / memcp.cc
index c56a79cdb7eff4109cb0247424b065e8f9a7c577..4ad0919d008a540d763cea73718c71762aa1a7fe 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.
  *
@@ -30,7 +31,7 @@
 #include <unistd.h>
 
 
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
 
 #include "client_options.h"
 #include "utilities.h"