include getinfo.h for Curl_getinfo() proto
authorDaniel Stenberg <daniel@haxx.se>
Fri, 17 Aug 2001 10:19:26 +0000 (10:19 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Aug 2001 10:19:26 +0000 (10:19 +0000)
lib/easy.c

index 51c6952..5152116 100644 (file)
@@ -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>