From 82d444324e855a98e1dd451dcca24f7155fc4b12 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 6 Jul 2026 17:37:20 -0600 Subject: [PATCH] Explicitly include features.h in sys/types.h --- src/header/sys_types/cbindgen.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/header/sys_types/cbindgen.toml b/src/header/sys_types/cbindgen.toml index 0f4f6a5b66..ddd124dcb0 100644 --- a/src/header/sys_types/cbindgen.toml +++ b/src/header/sys_types/cbindgen.toml @@ -7,6 +7,7 @@ # bits/useconds-t.h brings in features.h for deprecated annotation # bits/pthread.h is separate for convenience include_guard = "_RELIBC_SYS_TYPES_H" +sys_includes = ["features.h"] after_includes = """ #include #include