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/be16toh.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/endian/be16toh.c') diff --git a/lib/libc/endian/be16toh.c b/lib/libc/endian/be16toh.c index 40793f93..9a5e8ff3 100644 --- a/lib/libc/endian/be16toh.c +++ b/lib/libc/endian/be16toh.c @@ -1,4 +1,5 @@ -#include +#include // for be16toh +#include // for uint16_t uint16_t be16toh(uint16_t big_endian_16bits) { -- cgit v1.2.3