From 35428fb6b2d269dbfa2eec7d0739aec149bd4cc2 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 22 Oct 2011 16:24:32 +0200 Subject: Update Gnulib to v0.0-6523-gb3609c1. --- lib/flock.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/flock.c') diff --git a/lib/flock.c b/lib/flock.c index 8f018e50c..439ff434a 100644 --- a/lib/flock.c +++ b/lib/flock.c @@ -26,15 +26,15 @@ #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ -/* _get_osfhandle */ -# include - /* LockFileEx */ # define WIN32_LEAN_AND_MEAN # include # include +/* _get_osfhandle */ +# include "msvc-nothrow.h" + /* Determine the current size of a file. Because the other braindead * APIs we'll call need lower/upper 32 bit pairs, keep the file size * like that too. -- cgit v1.2.3