X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemcapable.cc;h=c52b3c46b62ef484650dec7c52ef31a48bf4c570;hb=398f48445cacf12679248142f0c86d3a0d6caab6;hp=31c2fc54c04203ffec5ef13123123d09661c9037;hpb=fc51e5255fe2e55848823d838c1326dd8d27ccad;p=awesomized%2Flibmemcached diff --git a/clients/memcapable.cc b/clients/memcapable.cc index 31c2fc54..c52b3c46 100644 --- a/clients/memcapable.cc +++ b/clients/memcapable.cc @@ -37,7 +37,7 @@ #include #include "libmemcached/socket.hpp" -#include "libmemcached/memcached/protocol_binary.h" +#include "libmemcachedprotocol-0.0/binary.h" #include "libmemcached/byteorder.h" #include "clients/utilities.h" @@ -536,6 +536,7 @@ static enum test_return do_validate_response_header(response *rsp, case PROTOCOL_BINARY_CMD_REPLACEQ: case PROTOCOL_BINARY_CMD_SETQ: verify("Quiet command shouldn't return on success" == NULL); + /* fall through */ default: break; }