Fix allocation on stat so that it uses malloc() since a user will need to use free...
[awesomized/libmemcached] / clients / memtouch.cc
index 8bb3c78c3904ec73d31b59ba3e5e1d6f4c349893..73429e23c9f53b88a6a1021f9700f97eaa36fa6a 100644 (file)
@@ -10,7 +10,7 @@
  *
  */
 
-#include <config.h>
+#include <mem_config.h>
 
 #include <cstdio>
 #include <cstring>