X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Finterface_v1.cc;h=e0a38355971c2aa756b88b7cf044edba814407c3;hb=2902291b9589d17e55d2397959c8cff9772b38a3;hp=8afe12a3903ede6abf7df54490705b9fd3808246;hpb=3f612b4f5074c64e5a0b63dd38d273b40a473620;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"