Merge in autoconf/libtest updates.
[awesomized/libmemcached] / clients / memparse.cc
index 2c80fcd50825c6fe92ee1186b1f67b703c0ef6c1..f9a2dcf2f5b97cfd1464fc55d386ad904bd94dda 100644 (file)
@@ -37,6 +37,7 @@
 
 #include <config.h>
 
+#include <cstdio>
 #include <iostream>
 
 #include <libmemcached/memcached.h>
@@ -59,7 +60,7 @@ int main(int argc, char *argv[])
     if (rc != MEMCACHED_SUCCESS)
     {
       std::cerr << "Failed to parse argument #" << x << " " << argv[x] << std::endl;
-      std::cerr << "Error message from parser was:\t" << buffer << std::endl;
+      std::cerr << buffer << std::endl;
       return EXIT_FAILURE;
     }
   }