summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/fetch.h b/content/fetch.h
index eb2721b10..38de5d090 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -13,6 +13,7 @@
#define _NETSURF_DESKTOP_FETCH_H_
#include <stdbool.h>
+#include "curl/curl.h"
#include "netsurf/utils/config.h"
typedef enum {
@@ -34,6 +35,7 @@ struct form_successful_control;
#endif
extern bool fetch_active;
+extern CURLM *fetch_curl_multi;
void fetch_init(void);
struct fetch * fetch_start(char *url, char *referer,