X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Finterface_v1.cc;h=c6f5bf199f9c83929df65bb36cac3f5e83659ad9;hb=92d18858b417309f6bdee6bce464a4f3d6a375fd;hp=61dd929d0f3f96280d16acd1a748e06703bd18fa;hpb=2d28b6f2bde590fccd08ac90358724fcbd6acd3c;p=awesomized%2Flibmemcached diff --git a/example/interface_v1.cc b/example/interface_v1.cc index 61dd929d..c6f5bf19 100644 --- a/example/interface_v1.cc +++ b/example/interface_v1.cc @@ -17,8 +17,9 @@ #include #include #include -#include - +#if HAVE_UNISTD_H +# include +#endif #include #include #include "example/memcached_light.h"