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