From 76ac228e445743027b7d7ed0e98e15c4042dbf7a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 14 Dec 2000 08:34:47 +0000 Subject: [PATCH] added include stdio.h for the FILE --- include/curl/curl.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/curl/curl.h b/include/curl/curl.h index 3cadc83ed..ba25254c4 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -26,9 +26,9 @@ * * ------------------------------------------------------------ * Main author: - * - Daniel Stenberg + * - Daniel Stenberg * - * http://curl.haxx.nu + * http://curl.haxx.se * * $Source$ * $Revision$ @@ -40,6 +40,7 @@ * ------------------------------------------------------------ ****************************************************************************/ +#include /* The include stuff here is mainly for time_t! */ #ifdef vms # include @@ -470,8 +471,8 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ -#define LIBCURL_VERSION "7.5" -#define LIBCURL_VERSION_NUM 0x070500 +#define LIBCURL_VERSION "7.5.1" +#define LIBCURL_VERSION_NUM 0x070501 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ struct curl_slist { -- 2.50.1