X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemparse.cc;h=ab4cee9eb7d72e949f97b0e3077c412d646dcb19;hb=2569efffe16042f47dc5d2c34528a9ec22fc18b0;hp=2c80fcd50825c6fe92ee1186b1f67b703c0ef6c1;hpb=3dee67d04099cc5e2986ed94aa612f429f54d6fb;p=awesomized%2Flibmemcached diff --git a/clients/memparse.cc b/clients/memparse.cc index 2c80fcd5..ab4cee9e 100644 --- a/clients/memparse.cc +++ b/clients/memparse.cc @@ -2,7 +2,7 @@ * * Libmemcached library * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ + * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/ * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -37,9 +37,11 @@ #include +#include +#include #include -#include +#include int main(int argc, char *argv[]) { @@ -59,7 +61,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; } }