From ec4647c0f9c74c9994c410d63a6c667001aa7fa3 Mon Sep 17 00:00:00 2001
From: Dan Fandrich <dan@coneharvesters.com>
Date: Sat, 23 Jan 2010 10:04:04 +0000
Subject: [PATCH] Include "curl_memory.h" to get the strdup replacement when
 necessary

---
 lib/rtsp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/rtsp.c b/lib/rtsp.c
index 6ea552d067..1ffac39106 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 <curl/mprintf.h>
-- 
GitLab