include multi.h too
This commit is contained in:
@@ -684,9 +684,10 @@ typedef enum {
|
|||||||
CURLINFO_LASTONE = 19
|
CURLINFO_LASTONE = 19
|
||||||
} CURLINFO;
|
} CURLINFO;
|
||||||
|
|
||||||
/* unfortunately, the easy.h include file needs the options and info stuff
|
/* unfortunately, the easy.h and multi.h include files need options and info
|
||||||
before it can be included! */
|
stuff before they can be included! */
|
||||||
#include <curl/easy.h> /* nothing in curl is fun without the easy stuff */
|
#include <curl/easy.h> /* nothing in curl is fun without the easy stuff */
|
||||||
|
#include <curl/multi.h>
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
CURLCLOSEPOLICY_NONE, /* first, never use this */
|
CURLCLOSEPOLICY_NONE, /* first, never use this */
|
||||||
|
Reference in New Issue
Block a user