Merge branch 'correct-timespec-includes' into 'master'

add sys_types to time bits include for time_t

See merge request redox-os/relibc!1009
This commit is contained in:
Jeremy Soller
2026-02-16 11:36:16 -07:00
+3
View File
@@ -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"