X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fcommon.h;h=c4cd0e535d076e3f92550fa80915ed84438e6290;hb=a375dd4beaabf4a8263ec0eaf6a686661e58a2b0;hp=e6f845eacafb01b1d877c4db92d29983f9317646;hpb=c66a8a6610acb1971f9a9db0f73efdf71fe0f805;p=awesomized%2Flibmemcached diff --git a/libmemcached/common.h b/libmemcached/common.h index e6f845ea..c4cd0e53 100644 --- a/libmemcached/common.h +++ b/libmemcached/common.h @@ -13,8 +13,7 @@ Common include file for libmemached */ -#ifndef __LIBMEMCACHED_COMMON_H__ -#define __LIBMEMCACHED_COMMON_H__ +#pragma once #include @@ -71,6 +70,7 @@ memcached_return_t memcached_server_execute(memcached_st *ptr, #include "libmemcached/memcached/protocol_binary.h" #include "libmemcached/byteorder.h" #include "libmemcached/response.h" +#include "libmemcached/prefix_key.h" /* string value */ struct memcached_continuum_item_st @@ -217,5 +217,3 @@ static inline void *libmemcached_calloc(const memcached_st *ptr, size_t nelem, s #ifdef __cplusplus } #endif - -#endif /* __LIBMEMCACHED_COMMON_H__ */