add stdint to safamily-t bits for uint16_t

This commit is contained in:
auronandace
2026-04-15 13:47:17 +01:00
parent 24a481364f
commit f0aaef6336
+3 -1
View File
@@ -7,7 +7,9 @@
# - netinet/in.h
# - sys/socket.h
# - sys/un.h
sys_includes = []
#
# stdint.h included for uint16_t
sys_includes = ["stdint.h"]
include_guard = "_RELIBC_BITS_SA_FAMILY_T_H"
language = "C"
style = "type"