Fix all include location, and drop versions of the library that were never shipped.
[awesomized/libmemcached] / clients / memcat.cc
index c93f1a21d7812fe63824e2879d0d283356fe7725..ef2877810d92de7ef9fd6f9c04a70c52ab0321b6 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"