diff --git a/lib/easy.c b/lib/easy.c index f76df632b..6274812dd 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -80,6 +80,10 @@ #define _MPRINTF_REPLACE /* use our functions only */ #include +/* The last #include file should be: */ +#ifdef CURLDEBUG +#include "memdebug.h" +#endif /* Silly win32 socket initialization functions */