X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions%2Fsymbol.h;h=17e5f62a6428350ca4edb19fb3ab2d7eab13d9b7;hb=36dd2e646b1290791dfcd2e8d94ab02591f32904;hp=919d3f17391a8957a28efafe9b4fdb2edeb563cb;hpb=a68b22348553017dffa5e7b35b11d1464e7ca3c7;p=awesomized%2Flibmemcached diff --git a/libmemcached/options/symbol.h b/libmemcached/options/symbol.h index 919d3f17..17e5f62a 100644 --- a/libmemcached/options/symbol.h +++ b/libmemcached/options/symbol.h @@ -37,15 +37,15 @@ #pragma once +#include #include -#include #include union YYSTYPE { long long number; - string_t string; - string_t option; + memcached_string_t string; + memcached_string_t option; double double_number; memcached_server_distribution_t distribution; memcached_hash_t hash;