X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Flib%2FForkAndExec.cpp;h=be994fc680efa82e7ed9a632f9ab969b5826b62c;hb=4dbf7c03641596dd9cd080c05761d159371219d9;hp=5af789f65caa57b725d7c19146c44f64a94bebb7;hpb=6566141841926721ffeb620d29d17cbd3857fdc7;p=awesomized%2Flibmemcached diff --git a/test/lib/ForkAndExec.cpp b/test/lib/ForkAndExec.cpp index 5af789f6..be994fc6 100644 --- a/test/lib/ForkAndExec.cpp +++ b/test/lib/ForkAndExec.cpp @@ -1,10 +1,11 @@ #include "ForkAndExec.hpp" +#include "p9y/poll.hpp" #include - #include -#include -#include +#if HAVE_UNISTD_H +# include +#endif #include #if !HAVE_PIPE2