From 74f4e2e6750f291a19156ebe04ac2fdf2f87a2bd Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Tue, 2 Apr 2024 12:54:17 +0200 Subject: FIX Implicit ctype functions - missing include --- modules/benchmark/bench_results.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/benchmark') diff --git a/modules/benchmark/bench_results.c b/modules/benchmark/bench_results.c index 83c308bc..b081da55 100644 --- a/modules/benchmark/bench_results.c +++ b/modules/benchmark/bench_results.c @@ -19,6 +19,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3