Commit ec4647c0 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Include "curl_memory.h" to get the strdup replacement when necessary

parent 33ce0ec1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#include "progress.h"
#include "rtsp.h"
#include "rawstr.h"
#include "curl_memory.h"

#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>