From e8d0ba15ad4a91b4644cac0095f40bb3246ec509 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 29 Apr 2020 20:37:42 +0100 Subject: split html box processing code reduce the module size of the html box handling code by splitting into smaller sections. No functional code change. --- content/handlers/html/box_textarea.c | 1 + 1 file changed, 1 insertion(+) (limited to 'content/handlers/html/box_textarea.c') diff --git a/content/handlers/html/box_textarea.c b/content/handlers/html/box_textarea.c index e253e168d..476773f29 100644 --- a/content/handlers/html/box_textarea.c +++ b/content/handlers/html/box_textarea.c @@ -33,6 +33,7 @@ #include "html/html_internal.h" #include "html/box.h" +#include "html/box_inspect.h" #include "html/box_textarea.h" #include "html/font.h" #include "html/form_internal.h" -- cgit v1.2.3