]> granicus.if.org Git - curl/commitdiff
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 51c695292d5ff4083126ff0a97ee4ca53225ea33..51521164db1bda3b5a8b3fb0a03e0c34918869d1 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>