From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libc/inttypes/strtoumax.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc/inttypes/strtoumax.c') diff --git a/lib/libc/inttypes/strtoumax.c b/lib/libc/inttypes/strtoumax.c index 46eecf06..73d2c77c 100644 --- a/lib/libc/inttypes/strtoumax.c +++ b/lib/libc/inttypes/strtoumax.c @@ -1,5 +1,6 @@ -#include // for uintmax_t -#include // for strtoull +#include // for strtoumax +#include // for uintmax_t +#include // for strtoull uintmax_t strtoumax(const char *restrict s, char **restrict p, int base) { -- cgit v1.2.3