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/arpa/ntohs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/arpa/ntohs.c') diff --git a/lib/libc/arpa/ntohs.c b/lib/libc/arpa/ntohs.c index 6c7e55d6..8dc753fa 100644 --- a/lib/libc/arpa/ntohs.c +++ b/lib/libc/arpa/ntohs.c @@ -1,6 +1,6 @@ -#include // for ntohs +#include // for uint16_t, ntohs #include // for bswap16 -#include // for uint16_t +#include uint16_t ntohs(uint16_t netshort) { -- cgit v1.2.3