From 61eb827bc4874cf63175ddc81f9e80b2ff8df0d0 Mon Sep 17 00:00:00 2001 From: auronandace Date: Sun, 29 Mar 2026 16:05:33 +0100 Subject: [PATCH] fix inttypes after moving wchar bits --- src/header/inttypes/cbindgen.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/header/inttypes/cbindgen.toml b/src/header/inttypes/cbindgen.toml index 28710c9e1c..2bcb100765 100644 --- a/src/header/inttypes/cbindgen.toml +++ b/src/header/inttypes/cbindgen.toml @@ -4,10 +4,9 @@ # - "The header shall include the header." # - "wchar_t As described in ." # -# bits/wchar.h brings in both stdint.h and stddef.h -sys_includes = ["bits/wchar.h"] +# wchar.h brings in both stdint.h and stddef.h +sys_includes = ["wchar.h"] include_guard = "_RELIBC_INTTYPES_H" -trailer = "#include " language = "C" style = "Type" no_includes = true