Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG was set

This commit is contained in:
Daniel Stenberg 2003-10-14 13:10:05 +00:00
parent 1c604b7ba9
commit b71ca15598
1 changed files with 4 additions and 0 deletions

View File

@ -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 */