summaryrefslogtreecommitdiff
path: root/snac.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-08-23 20:27:07 +0200
committerdefault <nobody@localhost>2024-08-23 20:27:07 +0200
commit1370d6b64e984726c096139ab02f4493e6904e2f (patch)
tree10114b7874469fc96233ddf801d32b6d0bbbfe7d /snac.c
parent8586e44de92c827d6a19a7700121c8b21d3687b1 (diff)
Searches are now case-insensitive for all alphabets.
Diffstat (limited to 'snac.c')
-rw-r--r--snac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.c b/snac.c
index 25d3f5e..b9f1032 100644
--- a/snac.c
+++ b/snac.c
@@ -6,6 +6,7 @@
#include "xs.h"
#include "xs_hex.h"
#include "xs_io.h"
+#include "xs_unicode_tbl.h"
#include "xs_unicode.h"
#include "xs_json.h"
#include "xs_curl.h"