From 30d1d0db7364b04c0b9cdd3d17cf6d93e399c6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20J=C3=A4ger?= Date: Fri, 11 Nov 2022 01:04:21 +0100 Subject: [PATCH] Import ctype.h in check_strftime.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to fix Clang16 with default -Wimplicit-function-declaration Signed-off-by: Pascal Jäger --- check_strftime.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/check_strftime.sh b/check_strftime.sh index 3782766..1f22fc1 100755 --- a/check_strftime.sh +++ b/check_strftime.sh @@ -14,6 +14,7 @@ cat << EOF > /tmp/strftime_try.c #include #include #include +#include int main (void)