X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Finterface_v1.cc;h=e0a38355971c2aa756b88b7cf044edba814407c3;hb=efeacc93d17bfaad48e9b7422aebd35e4968c00c;hp=8afe12a3903ede6abf7df54490705b9fd3808246;hpb=b43d7591dbe31dedd9fed41f01d07e8a3412582b;p=awesomized%2Flibmemcached diff --git a/example/interface_v1.cc b/example/interface_v1.cc index 8afe12a3..e0a38355 100644 --- a/example/interface_v1.cc +++ b/example/interface_v1.cc @@ -8,7 +8,7 @@ * you will not receive the next command before a answer to the previous * command is being sent. */ -#include "config.h" +#include "mem_config.h" #include #include @@ -17,9 +17,10 @@ #include #include #include -#include - -#include +#if HAVE_UNISTD_H +# include +#endif +#include #include #include "example/memcached_light.h" #include "example/storage.h"