Fix allocation on stat so that it uses malloc() since a user will need to use free...
[awesomized/libmemcached] / clients / memflush.cc
index 5342d757dfa396c5b253a7a11f4017a2c555b72d..67df7c7ab5bfe4fcd871a077e7c039024f4fe47b 100644 (file)
@@ -9,7 +9,7 @@
  * Summary:
  *
  */
-#include "config.h"
+#include "mem_config.h"
 
 #include <cstdio>
 #include <cstring>