diff options
| -rw-r--r-- | lib/stdio-consolesafe.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 74 | #if defined __MINGW32__ && __USE_MINGW_ANSI_STDIO | 74 | #if defined __MINGW32__ && __USE_MINGW_ANSI_STDIO |
| 75 | 75 | ||
| 76 | # include "fseterr.h" | 76 | # include "fseterr.h" |
| 77 | # include <stdarg.h> | ||
| 77 | 78 | ||
| 78 | # if !HAVE_VASPRINTF | 79 | # if !HAVE_VASPRINTF |
| 79 | 80 | ||
| 80 | # include <errno.h> | 81 | # include <errno.h> |
| 81 | # include <stdarg.h> | ||
| 82 | 82 | ||
| 83 | /* The old mingw (before mingw-w64) does not have the vasprintf function. | 83 | /* The old mingw (before mingw-w64) does not have the vasprintf function. |
| 84 | Define a suitable replacement here, that supports the same format | 84 | Define a suitable replacement here, that supports the same format |