aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
Diffstat (limited to 'nt')
-rw-r--r--nt/inc/sys/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/inc/sys/socket.h b/nt/inc/sys/socket.h
index 6ad121699c5..067effe929e 100644
--- a/nt/inc/sys/socket.h
+++ b/nt/inc/sys/socket.h
@@ -74,7 +74,7 @@ typedef unsigned short uint16_t;
74 74
75/* allow us to provide our own version of fd_set */ 75/* allow us to provide our own version of fd_set */
76#define fd_set ws_fd_set 76#define fd_set ws_fd_set
77#include "sysselect.h" 77#include "w32.h"
78#endif /* EMACS_CONFIG_H */ 78#endif /* EMACS_CONFIG_H */
79 79
80#if defined (HAVE_TIMEVAL) && defined (_MSC_VER) 80#if defined (HAVE_TIMEVAL) && defined (_MSC_VER)