From 4ef52218f1a06c7caa7c6ea1430b3de7c6b19b1d Mon Sep 17 00:00:00 2001 From: auronandace Date: Fri, 8 May 2026 11:47:56 +0100 Subject: [PATCH] remove sys_types from netinet_in --- src/header/netinet_in/cbindgen.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/header/netinet_in/cbindgen.toml b/src/header/netinet_in/cbindgen.toml index d88dc7fd31..f7f359c248 100644 --- a/src/header/netinet_in/cbindgen.toml +++ b/src/header/netinet_in/cbindgen.toml @@ -13,9 +13,8 @@ # - including netinet/in.h in arpa/inet.h # - splitting out functions (htonl, htons, ntohl, ntohs) into bits/arpainet.h # -# sys/types.h needed for c_int and c_char # bits/arpainet.h brings in inttypes.h -sys_includes = ["sys/types.h", "sys/socket.h"] +sys_includes = ["sys/socket.h"] after_includes = """ #include // for htonl, htons, ntohl, ntohs """