Fix all include location, and drop versions of the library that were never shipped.
[awesomized/libmemcached] / clients / memstat.cc
index 1eab6f9f30623b52d503c6ecbafdc2f005104780..6fd42d6c40c77305c1e58d1c3fa5010747f4da01 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.
  *
@@ -25,7 +26,7 @@
 #include <sys/types.h>
 #include <sys/types.h>
 
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
 
 #include "client_options.h"
 #include "utilities.h"