Include signal.h from sys/select.h

This commit is contained in:
Jeremy Soller
2023-09-09 08:58:10 -06:00
parent a9042abdb9
commit 57fae4ccfc
+1 -1
View File
@@ -1,4 +1,4 @@
sys_includes = ["bits/sys/select.h", "sys/time.h"]
sys_includes = ["bits/sys/select.h", "sys/time.h", "signal.h"]
include_guard = "_SYS_SELECT_H"
language = "C"
style = "Tag"