From ab952e063444544d57e86ff089715dd0b6558342 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 7 May 2020 20:55:44 +0100 Subject: improve content header usage --- content/hlcache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'content/hlcache.c') 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; -- cgit v1.2.3