X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fprotocol%2Fcommon.h;h=f7fa60448f5ac9e13aa3b1496e47ad8955678b1f;hb=19a3233e3e645a7f4db7822625a0f57337bffe37;hp=1d29798c98d5c5b87a7b1861f3e094d2ab6ce43d;hpb=a4456cc10079f2e6f648befc91657f2723c825e5;p=m6w6%2Flibmemcached diff --git a/libmemcached/protocol/common.h b/libmemcached/protocol/common.h index 1d29798c..f7fa6044 100644 --- a/libmemcached/protocol/common.h +++ b/libmemcached/protocol/common.h @@ -7,7 +7,6 @@ # include #endif #include -#include /* Define this here, which will turn on the visibilty controls while we're * building libmemcached. @@ -99,7 +98,7 @@ enum ascii_cmd { struct memcached_protocol_client_st { memcached_protocol_st *root; - int sock; + memcached_socket_t sock; int error; /* Linked list of data to send */