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/endian/htole32.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/endian/htole32.c') diff --git a/lib/libc/endian/htole32.c b/lib/libc/endian/htole32.c index 6c9a3cdc..bf4771bd 100644 --- a/lib/libc/endian/htole32.c +++ b/lib/libc/endian/htole32.c @@ -1,4 +1,5 @@ -#include +#include // for htole32 +#include // for uint32_t uint32_t htole32(uint32_t host_32bits) { -- cgit v1.2.3