aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32.c b/src/w32.c
index 7b54924d736..cdc41a8c772 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -3884,6 +3884,8 @@ term_ntproc ()
3884 /* shutdown the socket interface if necessary */ 3884 /* shutdown the socket interface if necessary */
3885 term_winsock (); 3885 term_winsock ();
3886#endif 3886#endif
3887
3888 term_w32select ();
3887} 3889}
3888 3890
3889void 3891void