emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/sysdep.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/sysdep.c,v
Date: Sat, 08 Sep 2007 09:11:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/09/08 09:11:17

Index: sysdep.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/sysdep.c,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -b -r1.284 -r1.285
--- sysdep.c    29 Aug 2007 05:27:51 -0000      1.284
+++ sysdep.c    8 Sep 2007 09:11:16 -0000       1.285
@@ -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"
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]