Fix all include location, and drop versions of the library that were never shipped.
[awesomized/libmemcached] / clients / memdump.cc
index fded16f2ae8793e9232ef644cf1f684cb45efc1f..5b33372838d0f788c50a822f880682f8d3e8ea7a 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.
  *
@@ -24,7 +25,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
 
 #include "client_options.h"
 #include "utilities.h"