X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Flib%2FForkAndExec.cpp;h=753e06ee88f680104886cc9cc1140f5e9324ef72;hb=4debceb95ebab23b83c7ebcf153bb321d16b4d52;hp=5af789f65caa57b725d7c19146c44f64a94bebb7;hpb=6566141841926721ffeb620d29d17cbd3857fdc7;p=awesomized%2Flibmemcached diff --git a/test/lib/ForkAndExec.cpp b/test/lib/ForkAndExec.cpp index 5af789f6..753e06ee 100644 --- a/test/lib/ForkAndExec.cpp +++ b/test/lib/ForkAndExec.cpp @@ -4,7 +4,9 @@ #include #include -#include +#if HAVE_UNISTD_H +# include +#endif #include #if !HAVE_PIPE2