Commit b71ca155 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 1c604b7b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 */