Fix allocation on stat so that it uses malloc() since a user will need to use free...
[awesomized/libmemcached] / clients / memtouch.cc
index 4f3be80e8a9b57b68c6d1408a85369ee2ae3f5d3..73429e23c9f53b88a6a1021f9700f97eaa36fa6a 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.
  *
  *
  */
 
-#include <config.h>
+#include <mem_config.h>
 
 #include <cstdio>
 #include <cstring>
 #include <getopt.h>
 #include <iostream>
 #include <unistd.h>
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
 
 #include "utilities.h"