X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Flib%2FForkAndExec.cpp;h=753e06ee88f680104886cc9cc1140f5e9324ef72;hb=193c7ee91c4f97a160a1e4bf572929ab99a276f3;hp=e182c7c47dcf55c11f493c71ccc207c220054a0b;hpb=7e2b466107a65e22f1cc258ca8643922dbb60352;p=awesomized%2Flibmemcached diff --git a/test/lib/ForkAndExec.cpp b/test/lib/ForkAndExec.cpp index e182c7c4..753e06ee 100644 --- a/test/lib/ForkAndExec.cpp +++ b/test/lib/ForkAndExec.cpp @@ -1,11 +1,13 @@ #include "ForkAndExec.hpp" -#include #include #include #include -#include +#if HAVE_UNISTD_H +# include +#endif +#include #if !HAVE_PIPE2 static inline int setfl(int fd, int newflags) {