Fix all include location, and drop versions of the library that were never shipped.
[awesomized/libmemcached] / clients / memrm.cc
index 61697cd109f9cd81ffc32afd5e2e79a2be4ce60c..3b7f8a4b351ea72c73d6e63a4d74d7fc1a370873 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 <iostream>
 #include <unistd.h>
 
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
 #include "client_options.h"
 #include "utilities.h"