1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

Include "curl_memory.h" to get the strdup replacement when necessary

This commit is contained in:
Dan Fandrich 2010-01-23 10:04:04 +00:00
parent 33ce0ec1f1
commit ec4647c0f9

View 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>