Include sys/types.h in termios.h

This commit is contained in:
Jeremy Soller
2025-12-19 12:22:27 -07:00
parent 7301eff5ba
commit 593e4bf416
+1 -1
View File
@@ -1,4 +1,4 @@
sys_includes = ["stdint.h", "features.h"]
sys_includes = ["sys/types.h", "stdint.h", "features.h"]
include_guard = "_RELIBC_TERMIOS_H"
language = "C"
style = "Tag"