mirror of
https://github.com/curl/curl.git
synced 2026-07-25 06:37:17 +03:00
include multi.h too
This commit is contained in:
parent
8d94688fd1
commit
6062a1bd68
1 changed files with 3 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue