X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fgearmand.h;h=929a1b96b28370b8041c69dd318a8b8882340503;hb=a2d3699da26720a399bd7f563ccdbccf26e610c5;hp=22aaa7133b756790e76dfe0204f57efab2b19988;hpb=8fa241b9251e81929bd07410e9f598c88ee08242;p=m6w6%2Flibmemcached diff --git a/libtest/gearmand.h b/libtest/gearmand.h index 22aaa713..929a1b96 100644 --- a/libtest/gearmand.h +++ b/libtest/gearmand.h @@ -22,8 +22,12 @@ #pragma once +#include + +namespace libtest { struct Server; } + namespace libtest { -Server *build_gearmand(const char *hostname, in_port_t try_port); +libtest::Server *build_gearmand(const char *hostname, in_port_t try_port); }