X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Finterface_v0.c;h=ef5ba47b57324b384a8c60e792205a57f5599cca;hb=e01fd594da5192aca15a99b1e7df25eacb28514f;hp=625b4dd92c203d4ad64e5f515c08f2251e91c953;hpb=562eadf651a079c347ff2797069adbbf938fea96;p=m6w6%2Flibmemcached diff --git a/example/interface_v0.c b/example/interface_v0.c index 625b4dd9..ef5ba47b 100644 --- a/example/interface_v0.c +++ b/example/interface_v0.c @@ -4,7 +4,9 @@ * in the protocol library. You might want to have your copy of the protocol * specification next to your coffee ;-) */ + #include "config.h" + #include #include #include @@ -14,10 +16,10 @@ #include #include -#include +#include #include -#include "storage.h" -#include "memcached_light.h" +#include "example/storage.h" +#include "example/memcached_light.h" static protocol_binary_response_status noop_command_handler(const void *cookie, protocol_binary_request_header *header,