diff --git a/lib/mprintf.c b/lib/mprintf.c index 598ea76267..475afb770b 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -38,6 +38,10 @@ #include #include +#if defined(DJGPP) && (DJGPP_MINOR < 4) +#undef CURLDEBUG /* don't use x_was_used() here */ +#endif + #include #ifndef SIZEOF_LONG_DOUBLE