From: Dan Fandrich Date: Sat, 23 Jan 2010 10:04:04 +0000 (+0000) Subject: Include "curl_memory.h" to get the strdup replacement when necessary X-Git-Tag: curl-7_20_0~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec4647c0f9c74c9994c410d63a6c667001aa7fa3;p=curl Include "curl_memory.h" to get the strdup replacement when necessary --- diff --git a/lib/rtsp.c b/lib/rtsp.c index 6ea552d06..1ffac3910 100644 --- a/lib/rtsp.c +++ b/lib/rtsp.c @@ -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