From bc5d0d4ed09833640856ee0193a53553dbb1eb20 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 20 Nov 2023 18:33:24 +0100 Subject: Replaced encode_html_strict() with xs_html_encode(). --- snac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'snac.c') diff --git a/snac.c b/snac.c index 6394608..6ce7741 100644 --- a/snac.c +++ b/snac.c @@ -21,6 +21,7 @@ #include "xs_random.h" #include "xs_match.h" #include "xs_fcgi.h" +#include "xs_html.h" #include "snac.h" -- cgit v1.2.3