X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Fsetup.cpp;h=8ee8bda09a6ec9a1f9167dd207d644f8b3f3c5bc;hb=92d18858b417309f6bdee6bce464a4f3d6a375fd;hp=a506976a0c793d750a7d6f23169476e59941bf0d;hpb=e1ba5b9e4eb179295274026ad8fd40a68eb6c67f;p=awesomized%2Flibmemcached diff --git a/test/setup.cpp b/test/setup.cpp index a506976a..8ee8bda0 100644 --- a/test/setup.cpp +++ b/test/setup.cpp @@ -8,7 +8,9 @@ #include #include #include -#include +#if HAVE_UNISTD_H +# include +#endif static void sigchld(int, siginfo_t *si, void *) { switch (si->si_code) {