From b39db1dac4873fc56d6f7dbe191ec571c383a321 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 8 May 2020 09:08:31 +0100 Subject: add missing header includes from previous change --- content/handlers/javascript/none/none.c | 1 + 1 file changed, 1 insertion(+) (limited to 'content/handlers/javascript') 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" -- cgit v1.2.3