diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-01-23 10:04:04 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-01-23 10:04:04 +0000 |
commit | ec4647c0f9c74c9994c410d63a6c667001aa7fa3 (patch) | |
tree | 23572401680f263868a55bd23b43c8468ae9526d /lib/rtsp.c | |
parent | 33ce0ec1f1951bc1a8f4d475381c1b7c95d4a03a (diff) | |
download | curl-ec4647c0f9c74c9994c410d63a6c667001aa7fa3.tar.gz |
Include "curl_memory.h" to get the strdup replacement when necessary
Diffstat (limited to 'lib/rtsp.c')
-rw-r--r-- | lib/rtsp.c | 1 |
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> |