X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemparse.cc;h=fc2cb0c722cedc1ff671dc5474b660764a56eae4;hb=4952d9d842e9c13eace3a986bf748001d5d6852d;hp=2c80fcd50825c6fe92ee1186b1f67b703c0ef6c1;hpb=3dee67d04099cc5e2986ed94aa612f429f54d6fb;p=awesomized%2Flibmemcached diff --git a/clients/memparse.cc b/clients/memparse.cc index 2c80fcd5..fc2cb0c7 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 @@ -35,11 +35,13 @@ * */ -#include +#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; } }