From: Adam Dickmeiss Date: Wed, 13 Aug 2014 11:51:00 +0000 (+0200) Subject: Check for unistd.h presense X-Git-Tag: v1.7.1~5^2 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=11eca12da46bf6031a816aa57ec519349a457030;p=pazpar2-moved-to-github.git Check for unistd.h presense --- diff --git a/src/eventl.c b/src/eventl.c index 2808c07..148ddd7 100644 --- a/src/eventl.c +++ b/src/eventl.c @@ -36,7 +36,9 @@ #include #include +#if HAVE_UNISTD_H #include +#endif #include #include