]> git.eshelyaron.com Git - emacs.git/commitdiff
[WINDOWSNT]: Don't include sysselect.h
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Sep 2007 09:12:05 +0000 (09:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Sep 2007 09:12:05 +0000 (09:12 +0000)
src/ChangeLog
src/sysdep.c

index 6beadbcfad92cecc3a28242082e58b6da1123907..87e761864ab98ef5cb5abc7faa9b5838729c76e1 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * sysdep.c [WINDOWSNT]: Don't include sysselect.h
+
 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
index ff7a4f5f42c85cebf157a2d8ee095f4553dee819..d0a22808723e1082b720e74c089d93fb828791c4 100644 (file)
@@ -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"