]> granicus.if.org Git - curl/commitdiff
added include stdio.h for the FILE
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Dec 2000 08:34:47 +0000 (08:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Dec 2000 08:34:47 +0000 (08:34 +0000)
include/curl/curl.h

index 3cadc83ed50659b79bb6798d64d039f6d66aebd2..ba25254c4441f106d96ac228414a5538ec620535 100644 (file)
@@ -26,9 +26,9 @@
  *
  * ------------------------------------------------------------
  * Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
  *
- *     http://curl.haxx.nu
+ *     http://curl.haxx.se
  *
  * $Source$
  * $Revision$
@@ -40,6 +40,7 @@
  * ------------------------------------------------------------
  ****************************************************************************/
 
+#include <stdio.h>
 /* The include stuff here is mainly for time_t! */
 #ifdef vms
 # include <types.h>
@@ -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 {