diff --git a/src/header/inttypes/cbindgen.toml b/src/header/inttypes/cbindgen.toml index 2bcb100765..c584d5a909 100644 --- a/src/header/inttypes/cbindgen.toml +++ b/src/header/inttypes/cbindgen.toml @@ -7,6 +7,7 @@ # 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