From: Daniel Stenberg Date: Tue, 19 Mar 2002 10:35:02 +0000 (+0000) Subject: include multi.h too X-Git-Tag: curl-7_9_6~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6062a1bd68d5ed1af52315b4d4165869de0ec1aa;p=thirdparty%2Fcurl.git include multi.h too --- diff --git a/include/curl/curl.h b/include/curl/curl.h index 043e7bce10..4df59cd31b 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -684,9 +684,10 @@ typedef enum { CURLINFO_LASTONE = 19 } CURLINFO; -/* unfortunately, the easy.h include file needs the options and info stuff - before it can be included! */ +/* unfortunately, the easy.h and multi.h include files need options and info + stuff before they can be included! */ #include /* nothing in curl is fun without the easy stuff */ +#include typedef enum { CURLCLOSEPOLICY_NONE, /* first, never use this */