Merge branch 'stable'
[gnulib.git] / tests / test-dup3.c
index ed3a88f..033193d 100644 (file)
@@ -32,6 +32,8 @@ SIGNATURE_CHECK (dup3, int, (int, int, int));
 /* Get declarations of the Win32 API functions.  */
 # define WIN32_LEAN_AND_MEAN
 # include <windows.h>
+/* Get _get_osfhandle.  */
+# include "msvc-nothrow.h"
 #endif
 
 #include "binary-io.h"