From ec4647c0f9c74c9994c410d63a6c667001aa7fa3 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 23 Jan 2010 10:04:04 +0000 Subject: Include "curl_memory.h" to get the strdup replacement when necessary --- lib/rtsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rtsp.c') 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 -- cgit v1.2.3