X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Finterface_v1.cc;h=c6f5bf199f9c83929df65bb36cac3f5e83659ad9;hb=92d18858b417309f6bdee6bce464a4f3d6a375fd;hp=8afe12a3903ede6abf7df54490705b9fd3808246;hpb=de7e5645d23b4042a3707654ef27fe6648eba80f;p=awesomized%2Flibmemcached diff --git a/example/interface_v1.cc b/example/interface_v1.cc index 8afe12a3..c6f5bf19 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,8 +17,9 @@ #include #include #include -#include - +#if HAVE_UNISTD_H +# include +#endif #include #include #include "example/memcached_light.h"