aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2007-09-08 09:12:05 +0000
committerEli Zaretskii <[email protected]>2007-09-08 09:12:05 +0000
commit4d395425c8592fe256755f57fdb9f77045b1ba10 (patch)
tree84f504992fb90c4f32765fc9c1411591af9465be /src/sysdep.c
parentb1634ed2949ab048b69e36be36f9db8843ed7ed2 (diff)
[WINDOWSNT]: Don't include sysselect.h
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index ff7a4f5f42..d0a2280872 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -46,7 +46,11 @@ extern void srandom P_ ((unsigned int));
#endif
#endif
+/* The w32 build defines select stuff in w32.h, which is included by
+ sys/select.h (included below). */
+#ifndef WINDOWSNT
#include "sysselect.h"
+#endif
#include "blockinput.h"