summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-08 09:08:31 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-08 09:08:31 +0100
commitb39db1dac4873fc56d6f7dbe191ec571c383a321 (patch)
treee953c0a559554c6a550bbd9e3178cb859612a8e8 /content
parentab952e063444544d57e86ff089715dd0b6558342 (diff)
downloadnetsurf-b39db1dac4873fc56d6f7dbe191ec571c383a321.tar.gz
netsurf-b39db1dac4873fc56d6f7dbe191ec571c383a321.tar.bz2
add missing header includes from previous change
Diffstat (limited to 'content')
-rw-r--r--content/handlers/image/nssprite.c1
-rw-r--r--content/handlers/image/webp.c1
-rw-r--r--content/handlers/javascript/none/none.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/content/handlers/image/nssprite.c b/content/handlers/image/nssprite.c
index 5f5549599..f0114ee89 100644
--- a/content/handlers/image/nssprite.c
+++ b/content/handlers/image/nssprite.c
@@ -33,6 +33,7 @@
#include "netsurf/content.h"
#include "content/llcache.h"
#include "content/content_protected.h"
+#include "content/content_factory.h"
#include "desktop/gui_internal.h"
#include "image/nssprite.h"
diff --git a/content/handlers/image/webp.c b/content/handlers/image/webp.c
index 1e20890ef..8450fb161 100644
--- a/content/handlers/image/webp.c
+++ b/content/handlers/image/webp.c
@@ -36,6 +36,7 @@
#include "netsurf/bitmap.h"
#include "content/llcache.h"
#include "content/content_protected.h"
+#include "content/content_factory.h"
#include "desktop/gui_internal.h"
#include "image/image_cache.h"
diff --git a/content/handlers/javascript/none/none.c b/content/handlers/javascript/none/none.c
index ee01730d2..12dbc9a02 100644
--- a/content/handlers/javascript/none/none.c
+++ b/content/handlers/javascript/none/none.c
@@ -20,6 +20,7 @@
* Dummy implementation of javascript engine functions.
*/
+#include "utils/errors.h"
#include "content/content.h"
#include "utils/nsoption.h"