WIP
[m6w6/libmemcached] / test / lib / ForkAndExec.cpp
index 5af789f65caa57b725d7c19146c44f64a94bebb7..753e06ee88f680104886cc9cc1140f5e9324ef72 100644 (file)
@@ -4,7 +4,9 @@
 
 #include <fcntl.h>
 #include <sys/poll.h>
-#include <unistd.h>
+#if HAVE_UNISTD_H
+#  include <unistd.h>
+#endif
 #include <spawn.h>
 
 #if !HAVE_PIPE2