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

include getinfo.h for Curl_getinfo() proto

This commit is contained in:
Daniel Stenberg 2001-08-17 10:19:26 +00:00
parent 1b00298b52
commit 6c2a9009e9

View File

@ -75,6 +75,7 @@
#include "transfer.h" #include "transfer.h"
#include "ssluse.h" #include "ssluse.h"
#include "url.h" #include "url.h"
#include "getinfo.h"
#define _MPRINTF_REPLACE /* use our functions only */ #define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h> #include <curl/mprintf.h>