X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemcp.c;h=5b0518e7caa63b4c94d0efb4a79794391f2519db;hb=3ec0260542c2f66cf2668323e44fa3b55b97138b;hp=1dc30631900eed71032fa4424c6201eceed8b9b0;hpb=475f477dab6dfc5e4f018d1ecfb128c37e2c44a0;p=awesomized%2Flibmemcached diff --git a/clients/memcp.c b/clients/memcp.c index 1dc30631..5b0518e7 100644 --- a/clients/memcp.c +++ b/clients/memcp.c @@ -9,7 +9,8 @@ * */ -#include "libmemcached/common.h" +#include "config.h" + #include #include #include @@ -22,6 +23,10 @@ #include #include #include +#include +#include +#include + #include @@ -80,6 +85,7 @@ int main(int argc, char *argv[]) int return_code= 0; options_parse(argc, argv); + initialize_sockets(); memc= memcached_create(NULL); process_hash_option(memc, opt_hash);