mirror of
https://github.com/curl/curl.git
synced 2025-09-21 11:32:41 +03:00
compiler warning fix
This commit is contained in:
parent
9de4e5ebe4
commit
5c3f36b4b4
|
@ -84,6 +84,7 @@ Example set of cookies:
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
#define _MPRINTF_REPLACE /* without this on windows OS we get undefined reference to snprintf */
|
#define _MPRINTF_REPLACE /* without this on windows OS we get undefined reference to snprintf */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user