X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fcommon.h;h=f7559376910fc52897b30654bc665f65a266c6fe;hb=09b4ff9a9b7c62b4511ab10c9305eba757fea34b;hp=570735045823237e60442750dec3eebc129bc0b0;hpb=06d0eaed5e274bc0ba93a3a61788a4bab480adf2;p=m6w6%2Flibmemcached diff --git a/libmemcached/common.h b/libmemcached/common.h index 57073504..f7559376 100644 --- a/libmemcached/common.h +++ b/libmemcached/common.h @@ -49,17 +49,19 @@ #include #include #include -#include +#include +#include +#include #else #include #include #include #include +#include +#include #endif -#include #include -#include #include #include @@ -105,8 +107,9 @@ memcached_return_t memcached_server_execute(memcached_st *ptr, #ifdef __cplusplus #include #include +#include #include -#include +#include #include #include #include @@ -133,6 +136,8 @@ memcached_return_t memcached_server_execute(memcached_st *ptr, #include #include #include +#include +#include #endif #include @@ -157,9 +162,6 @@ memcached_return_t memcached_server_execute(memcached_st *ptr, extern "C" { #endif -LIBMEMCACHED_LOCAL -memcached_return_t memcached_connect(memcached_server_write_instance_st ptr); - LIBMEMCACHED_LOCAL memcached_return_t run_distribution(memcached_st *ptr);