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