diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-17 10:19:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-17 10:19:26 +0000 |
commit | 6c2a9009e9e7dcdc3bee5c3fb4b8efd45dc67b64 (patch) | |
tree | de1f9e5bc52b7bbba5804c66c2a7c783b8655954 /lib/easy.c | |
parent | 1b00298b52a2d66126ddec8688001e46b4f45f5b (diff) | |
download | curl-6c2a9009e9e7dcdc3bee5c3fb4b8efd45dc67b64.tar.gz |
include getinfo.h for Curl_getinfo() proto
Diffstat (limited to 'lib/easy.c')
-rw-r--r-- | lib/easy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/easy.c b/lib/easy.c index 51c695292..51521164d 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -75,6 +75,7 @@ #include "transfer.h" #include "ssluse.h" #include "url.h" +#include "getinfo.h" #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> |