From a9bb695f2f3982d8d877398e5ddae561e1b55f7e Mon Sep 17 00:00:00 2001 From: auronandace Date: Fri, 15 May 2026 08:57:32 +0100 Subject: [PATCH] add features.h to includes --- src/header/signal/cbindgen.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/header/signal/cbindgen.toml b/src/header/signal/cbindgen.toml index b25b696671..23486bc6d6 100644 --- a/src/header/signal/cbindgen.toml +++ b/src/header/signal/cbindgen.toml @@ -10,7 +10,9 @@ # Cycle warning: # POSIX states signal.h may include time.h and time.h may include signal.h. # To prevent a cycle between both headers we only import the needed types through bits. -sys_includes = [] +# +# features.h required for deprecated annotations +sys_includes = ["features.h"] include_guard = "_RELIBC_SIGNAL_H" after_includes = """ #include // for size_t from sys/types.h