aboutsummaryrefslogtreecommitdiff
path: root/lib/rtsp.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-01-23 10:04:04 +0000
committerDan Fandrich <dan@coneharvesters.com>2010-01-23 10:04:04 +0000
commitec4647c0f9c74c9994c410d63a6c667001aa7fa3 (patch)
tree23572401680f263868a55bd23b43c8468ae9526d /lib/rtsp.c
parent33ce0ec1f1951bc1a8f4d475381c1b7c95d4a03a (diff)
Include "curl_memory.h" to get the strdup replacement when necessary
Diffstat (limited to 'lib/rtsp.c')
-rw-r--r--lib/rtsp.c1
1 files changed, 1 insertions, 0 deletions
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 <curl/mprintf.h>