From: Daniel Stenberg Date: Sun, 4 Mar 2001 15:32:44 +0000 (+0000) Subject: Added include of easy.h to enable libcurl-using programs to *only* have to X-Git-Tag: curl-7_7_alpha2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5543c2f11fe9ae27db2f367ac99422888a3e526d;p=thirdparty%2Fcurl.git Added include of easy.h to enable libcurl-using programs to *only* have to include --- diff --git a/include/curl/curl.h b/include/curl/curl.h index 6d89f28ec0..d36e654d33 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 /* nothing in curl is fun without the easy stuff */ + /* * NAME curl_getinfo() *