Explicitly include features.h in sys/types.h

This commit is contained in:
Jeremy Soller
2026-07-06 17:37:20 -06:00
parent 85625f86dd
commit 82d444324e
+1
View File
@@ -7,6 +7,7 @@
# bits/useconds-t.h brings in features.h for deprecated annotation
# bits/pthread.h is separate for convenience
include_guard = "_RELIBC_SYS_TYPES_H"
sys_includes = ["features.h"]
after_includes = """
#include <bits/clock-t.h>
#include <bits/clockid-t.h>