# HG changeset patch # User Eli Zaretskii # Date 1189242676 0 # Node ID a21cc2869d36e5393e78848e0dfe1347d91dbb86 # Parent 61108bbebd19277ff67a76c154c4e40618dd25c8 [WINDOWSNT]: Don't include sysselect.h diff -r 61108bbebd19 -r a21cc2869d36 src/sysdep.c --- a/src/sysdep.c Sat Sep 08 04:48:24 2007 +0000 +++ b/src/sysdep.c Sat Sep 08 09:11:16 2007 +0000 @@ -46,7 +46,11 @@ #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"