From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/inttypes/imaxdiv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/inttypes/imaxdiv.c') diff --git a/lib/libc/inttypes/imaxdiv.c b/lib/libc/inttypes/imaxdiv.c index 36fd6d20..4bfa635a 100644 --- a/lib/libc/inttypes/imaxdiv.c +++ b/lib/libc/inttypes/imaxdiv.c @@ -1,4 +1,6 @@ -#include +#include "stdint.h" // for intmax_t + +#include // for imaxdiv_t, imaxdiv imaxdiv_t imaxdiv(intmax_t num, intmax_t den) { -- cgit v1.2.3