Problem reported by Andy Moreton in:
https://lists.gnu.org/r/bug-gnulib/2025-11/msg00059.html
* lib/stdio-consolesafe.c [__MINGW32__ && __USE_MINGW_ANSI_STDIO]:
Include <stdarg.h> even if HAVE_VASPRINTF
+2025-11-06 Paul Eggert <eggert@cs.ucla.edu>
+
+ stdio-windows: fix <stdarg.h> include position
+ Problem reported by Andy Moreton in:
+ https://lists.gnu.org/r/bug-gnulib/2025-11/msg00059.html
+ * lib/stdio-consolesafe.c [__MINGW32__ && __USE_MINGW_ANSI_STDIO]:
+ Include <stdarg.h> even if HAVE_VASPRINTF
+
2025-11-06 Bruno Haible <bruno@clisp.org>
posix_spawn-internal: Don't use vfork() on Solaris/SPARC.
#if defined __MINGW32__ && __USE_MINGW_ANSI_STDIO
# include "fseterr.h"
+# include <stdarg.h>
# if !HAVE_VASPRINTF
# include <errno.h>
-# include <stdarg.h>
/* The old mingw (before mingw-w64) does not have the vasprintf function.
Define a suitable replacement here, that supports the same format