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/wctype/iswcntrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wctype/iswcntrl.c') diff --git a/src/wctype/iswcntrl.c b/src/wctype/iswcntrl.c index fe8b86ea..de6dd237 100644 --- a/src/wctype/iswcntrl.c +++ b/src/wctype/iswcntrl.c @@ -1,6 +1,6 @@ #include #include -#include "_safety.h" +#include "_wctype.h" /** test whether a wide character is a control character */ int iswcntrl(wint_t wc) -- cgit v1.2.1