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