threads should include time header according to spec

This commit is contained in:
auronandace
2026-05-13 15:01:32 +01:00
parent fdfab223c5
commit 14daa9b6d6
+2 -1
View File
@@ -1,5 +1,6 @@
# time.h brings in features.h
# features.h required for Rust never type (no return)
sys_includes = ["features.h"]
sys_includes = ["time.h"]
include_guard = "_RELIBC_THREADS_H"
language = "C"
style = "tag"