X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-dup3.c;h=033193df6201fd7e7f88652c1f22325fa234296c;hb=df8ad3525d27df0b821539df90af26c7fa6d3188;hp=ed3a88f41b4fbdbbe0168db6f00402255402fb54;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/tests/test-dup3.c b/tests/test-dup3.c index ed3a88f41..033193df6 100644 --- a/tests/test-dup3.c +++ b/tests/test-dup3.c @@ -32,6 +32,8 @@ SIGNATURE_CHECK (dup3, int, (int, int, int)); /* Get declarations of the Win32 API functions. */ # define WIN32_LEAN_AND_MEAN # include +/* Get _get_osfhandle. */ +# include "msvc-nothrow.h" #endif #include "binary-io.h"