diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-19 10:35:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-19 10:35:02 +0000 |
commit | 6062a1bd68d5ed1af52315b4d4165869de0ec1aa (patch) | |
tree | f6f8ed4af86ef6b42febac275ede6dada05a2d8b /include | |
parent | 8d94688fd1d53841826e72fa87ac6ecd33dcd0cd (diff) |
include multi.h too
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 043e7bce1..4df59cd31 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 <curl/easy.h> /* nothing in curl is fun without the easy stuff */ +#include <curl/multi.h> typedef enum { CURLCLOSEPOLICY_NONE, /* first, never use this */ |