From: Adam Dickmeiss Date: Thu, 20 May 2010 12:17:41 +0000 (+0200) Subject: Header include tweaks X-Git-Tag: v1.4.1~11 X-Git-Url: http://lists.indexdata.com/?a=commitdiff_plain;h=83e9c9e6428a1f4f5f8ac7d41b549504823f1f6b;p=pazpar2-moved-to-github.git Header include tweaks --- diff --git a/src/sel_thread.c b/src/sel_thread.c index 6ce0f2a..a550472 100644 --- a/src/sel_thread.c +++ b/src/sel_thread.c @@ -24,7 +24,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "sel_thread.h" #include #include +#if HAVE_UNISTD_H #include +#endif +#ifdef WIN32 +#include +#endif #include #include #include