diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/easy.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <curl/mprintf.h> +/* The last #include file should be: */ +#ifdef CURLDEBUG +#include "memdebug.h" +#endif /* Silly win32 socket initialization functions */ |