From ad13eb98af61e53c5f476868509523110de37871 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 19 Dec 2005 21:54:51 +0000 Subject: [project @ 2005-12-19 21:54:51 by bursa] Fix busy polling in gtk build. svn path=/import/netsurf/; revision=1900 --- content/fetch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/fetch.h') 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 +#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, -- cgit v1.2.3