projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
56c206c
)
Header include tweaks
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 20 May 2010 12:17:41 +0000
(14:17 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 20 May 2010 12:17:41 +0000
(14:17 +0200)
src/sel_thread.c
patch
|
blob
|
history
diff --git
a/src/sel_thread.c
b/src/sel_thread.c
index
6ce0f2a
..
a550472
100644
(file)
--- 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 <yaz/log.h>
#include <yaz/nmem.h>
+#if HAVE_UNISTD_H
#include <unistd.h>
+#endif
+#ifdef WIN32
+#include <winsock2.h>
+#endif
#include <stdlib.h>
#include <yaz/thread_create.h>
#include <yaz/mutex.h>