aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/curl/curl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 6d89f28ec..d36e654d3 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -512,6 +512,10 @@ typedef enum {
CURLINFO_LASTONE = 17
} CURLINFO;
+/* unfortunately, the easy.h include file needs the options and info stuff
+ before it can be included! */
+#include <curl/easy.h> /* nothing in curl is fun without the easy stuff */
+
/*
* NAME curl_getinfo()
*