diff --git a/src/header/bits_time/cbindgen.toml b/src/header/bits_time/cbindgen.toml index f38ff07f52..817170d32f 100644 --- a/src/header/bits_time/cbindgen.toml +++ b/src/header/bits_time/cbindgen.toml @@ -12,6 +12,9 @@ # - sys/select.h (not currently imported, needed for pselect, no TODO) # - sys/stat.h # - sys/time.h +# +# include sys/types.h to get time_t for timespec +sys_includes = ["sys/types.h"] include_guard = "_RELIBC_BITS_TIME_H" language = "C" style = "Tag"