threads should include time header according to spec
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user