summaryrefslogtreecommitdiff
path: root/content/hlcache.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-07 20:55:44 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-07 20:55:44 +0100
commitab952e063444544d57e86ff089715dd0b6558342 (patch)
treea4ae7751848bf6d42cda6b8df1397d6a489c81c8 /content/hlcache.c
parent5f8b1497e1489e2b3c11e8a49f01770433115ee2 (diff)
downloadnetsurf-ab952e063444544d57e86ff089715dd0b6558342.tar.gz
netsurf-ab952e063444544d57e86ff089715dd0b6558342.tar.bz2
improve content header usage
Diffstat (limited to 'content/hlcache.c')
-rw-r--r--content/hlcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/hlcache.c b/content/hlcache.c
index 23dbc5706..2e15edd56 100644
--- a/content/hlcache.c
+++ b/content/hlcache.c
@@ -38,6 +38,7 @@
#include "content/hlcache.h"
// Note, this is *ONLY* so that we can abort cleanly during shutdown of the cache
#include "content/content_protected.h"
+#include "content/content_factory.h"
typedef struct hlcache_entry hlcache_entry;
typedef struct hlcache_retrieval_ctx hlcache_retrieval_ctx;