summaryrefslogtreecommitdiff
path: root/lib/stdio-write.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdio-write.c')
-rw-r--r--lib/stdio-write.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/stdio-write.c b/lib/stdio-write.c
index a586c35120..02aed456fb 100644
--- a/lib/stdio-write.c
+++ b/lib/stdio-write.c
@@ -39,6 +39,8 @@
# define WIN32_LEAN_AND_MEAN /* avoid including junk */
# include <windows.h>
+# include "msvc-nothrow.h"
+
# if GNULIB_NONBLOCKING
# define CLEAR_ERRNO \
errno = 0;