X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Finterface_v0.c;h=ef5ba47b57324b384a8c60e792205a57f5599cca;hb=1fcd4c0fbe57bb3f4f68725bf8173fa522354b07;hp=625b4dd92c203d4ad64e5f515c08f2251e91c953;hpb=7b7b8c93445a962375b17f1b22d1fb1b1f693484;p=awesomized%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,