1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

compiler warning fix

This commit is contained in:
Yang Tse 2007-02-14 04:45:30 +00:00
parent 9de4e5ebe4
commit 5c3f36b4b4

View File

@ -84,6 +84,7 @@ Example set of cookies:
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#define _MPRINTF_REPLACE /* without this on windows OS we get undefined reference to snprintf */
#include <curl/mprintf.h>