1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

added include to fix warning

This commit is contained in:
Daniel Stenberg 2004-03-31 11:55:56 +00:00
parent 1745ecd8ac
commit cd95bb22ea

View File

@ -36,6 +36,7 @@
#include "md5.h"
#include "http_digest.h"
#include "url.h" /* for Curl_safefree() */
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>