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