From 57fd57ab4005e37bfab4bf7c637eecc1eb5445b5 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 15:54:38 -0500 Subject: clean up UB detection --- src/ctype/toascii.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ctype/toascii.c') diff --git a/src/ctype/toascii.c b/src/ctype/toascii.c index c3728ae1..c352a121 100644 --- a/src/ctype/toascii.c +++ b/src/ctype/toascii.c @@ -1,4 +1,5 @@ #include +#include "_ctype.h" /** convert a character to 7-bit ASCII **/ -- cgit v1.2.1