From 4130dbce237a8c724fcc970dc730d9d54a38bcc5 Mon Sep 17 00:00:00 2001 From: auronandace Date: Sun, 29 Mar 2026 16:07:58 +0100 Subject: [PATCH] readd trailer for inttypes bits --- src/header/inttypes/cbindgen.toml | 1 + 1 file changed, 1 insertion(+) 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