summaryrefslogtreecommitdiff
path: root/content/handlers/html/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/script.c')
-rw-r--r--content/handlers/html/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/html/script.c b/content/handlers/html/script.c
index 81bdccda9..99275c0e9 100644
--- a/content/handlers/html/script.c
+++ b/content/handlers/html/script.c
@@ -40,7 +40,7 @@
#include "content/hlcache.h"
#include "html/html.h"
-#include "html/html_internal.h"
+#include "html/private.h"
typedef bool (script_handler_t)(struct jsthread *jsthread, const uint8_t *data, size_t size, const char *name);