summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-17 12:57:43 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-17 12:57:43 +0000
commit763f1867056f266e3bf702e58e4e373a931fac26 (patch)
tree66b6ae5af2101b243e34d370f070ab579183502d /content/fetchcache.h
parentd0d3e96cbb77cddee69ad7f8740d562d27051fc5 (diff)
downloadnetsurf-763f1867056f266e3bf702e58e4e373a931fac26.tar.gz
netsurf-763f1867056f266e3bf702e58e4e373a931fac26.tar.bz2
[project @ 2003-09-17 12:57:33 by bursa]
Poll queuing fix, backup redraw code. svn path=/import/netsurf/; revision=296
Diffstat (limited to 'content/fetchcache.h')
-rw-r--r--content/fetchcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetchcache.h b/content/fetchcache.h
index 6f7a083eb..29b3f8176 100644
--- a/content/fetchcache.h
+++ b/content/fetchcache.h
@@ -8,6 +8,7 @@
#ifndef _NETSURF_DESKTOP_FETCHCACHE_H_
#define _NETSURF_DESKTOP_FETCHCACHE_H_
+#include <stdbool.h>
#include "netsurf/content/content.h"
struct content * fetchcache(const char *url, char *referer,