From 83e9c9e6428a1f4f5f8ac7d41b549504823f1f6b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 20 May 2010 14:17:41 +0200 Subject: [PATCH] Header include tweaks --- src/sel_thread.c | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 1.7.10.4