X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Flib%2FForkAndExec.cpp;h=be994fc680efa82e7ed9a632f9ab969b5826b62c;hb=92d18858b417309f6bdee6bce464a4f3d6a375fd;hp=ac30dd0282195e4430019d61901bf9abd1078d0e;hpb=6902b8f64cb873d294e75867a8150bc1e13f9bed;p=awesomized%2Flibmemcached diff --git a/test/lib/ForkAndExec.cpp b/test/lib/ForkAndExec.cpp index ac30dd02..be994fc6 100644 --- a/test/lib/ForkAndExec.cpp +++ b/test/lib/ForkAndExec.cpp @@ -1,10 +1,12 @@ #include "ForkAndExec.hpp" +#include "p9y/poll.hpp" #include - #include -#include -#include +#if HAVE_UNISTD_H +# include +#endif +#include #if !HAVE_PIPE2 static inline int setfl(int fd, int newflags) {