]> granicus.if.org Git - curl/commitdiff
Include "curl_memory.h" to get the strdup replacement when necessary
authorDan Fandrich <dan@coneharvesters.com>
Sat, 23 Jan 2010 10:04:04 +0000 (10:04 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 23 Jan 2010 10:04:04 +0000 (10:04 +0000)
lib/rtsp.c

index 6ea552d067c55e08db6b494f03d98f766e7732f2..1ffac39106f1544fb1684d11f4609a046b9dd6b1 100644 (file)
@@ -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>