From f0aaef6336456893e357b060ebf659c1503fe5cc Mon Sep 17 00:00:00 2001 From: auronandace Date: Wed, 15 Apr 2026 13:47:17 +0100 Subject: [PATCH] add stdint to safamily-t bits for uint16_t --- src/header/bits_safamily-t/cbindgen.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/header/bits_safamily-t/cbindgen.toml b/src/header/bits_safamily-t/cbindgen.toml index 9b70509927..e57059c23d 100644 --- a/src/header/bits_safamily-t/cbindgen.toml +++ b/src/header/bits_safamily-t/cbindgen.toml @@ -7,7 +7,9 @@ # - netinet/in.h # - sys/socket.h # - sys/un.h -sys_includes = [] +# +# stdint.h included for uint16_t +sys_includes = ["stdint.h"] include_guard = "_RELIBC_BITS_SA_FAMILY_T_H" language = "C" style = "type"