add sys_types to time bits include for time_t

This commit is contained in:
auronandace
2026-02-16 17:50:59 +00:00
parent df3229958e
commit 58120ee007
+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"