diff --git a/src/header/signal/cbindgen.toml b/src/header/signal/cbindgen.toml index 9f7b77b8e3..b25b696671 100644 --- a/src/header/signal/cbindgen.toml +++ b/src/header/signal/cbindgen.toml @@ -13,12 +13,12 @@ sys_includes = [] include_guard = "_RELIBC_SIGNAL_H" after_includes = """ +#include // for size_t from sys/types.h #include // for pid_t from sys/types.h +#include // for uid_t from sys/types.h #include // for pthread_t and pthread_attr_t from sys/types.h #include // for sigset_t -#include // for size_t from sys/types.h #include // for timespec from time.h -#include // for uid_t from sys/types.h #define SIG_DFL ((void (*)(int))0) #define SIG_IGN ((void (*)(int))1)