From eb69aca76074ef71d6d7bb4e98f3c44fe36f64e6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 6 Nov 2025 14:34:59 -0800 Subject: [PATCH] Update from Gnulib by running admin/merge-gnulib --- lib/stdio-consolesafe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stdio-consolesafe.c b/lib/stdio-consolesafe.c index b5ca8cc0125..80561a6da4e 100644 --- a/lib/stdio-consolesafe.c +++ b/lib/stdio-consolesafe.c @@ -74,11 +74,11 @@ gl_consolesafe_fwrite (const void *ptr, size_t size, size_t nmemb, FILE *fp) #if defined __MINGW32__ && __USE_MINGW_ANSI_STDIO # include "fseterr.h" +# include # if !HAVE_VASPRINTF # include -# include /* The old mingw (before mingw-w64) does not have the vasprintf function. Define a suitable replacement here, that supports the same format