WIP
[m6w6/libmemcached] / example / interface_v1.cc
index 61dd929d0f3f96280d16acd1a748e06703bd18fa..c6f5bf199f9c83929df65bb36cac3f5e83659ad9 100644 (file)
@@ -17,8 +17,9 @@
 #include <cstring>
 #include <fcntl.h>
 #include <sys/types.h>
-#include <unistd.h>
-
+#if HAVE_UNISTD_H
+#  include <unistd.h>
+#endif
 #include <libmemcachedprotocol-0.0/handler.h>
 #include <example/byteorder.h>
 #include "example/memcached_light.h"