diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/wget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/wget.c b/networking/wget.c index 8752a6bd2..d6f76c8af 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -670,6 +670,7 @@ static int ftpcmd(const char *s1, const char *s2, FILE *fp, char *buf) | |||
670 | #ifdef __MINGW32__ | 670 | #ifdef __MINGW32__ |
671 | 671 | ||
672 | /* from include/mingw.h */ | 672 | /* from include/mingw.h */ |
673 | #undef fprintf /* winansi.c */ | ||
673 | #define fprintf(...) winansi_fprintf(__VA_ARGS__) | 674 | #define fprintf(...) winansi_fprintf(__VA_ARGS__) |
674 | 675 | ||
675 | /* Source: uclibc */ | 676 | /* Source: uclibc */ |