--- a/src/header/signal/cbindgen.toml +++ b/src/header/signal/cbindgen.toml @@ -6,7 +6,7 @@ # - "pid_t As described in ." # - "The header shall define the pthread_attr_t type as described in ." # - "Inclusion of the header may make visible all symbols from the header." -sys_includes = ["sys/types.h"] +sys_includes = ["sys/types.h", "stdint.h"] include_guard = "_RELIBC_SIGNAL_H" after_includes = """ #include // for sigset_t