add features.h to includes

This commit is contained in:
auronandace
2026-05-15 08:57:32 +01:00
parent ece3044fe8
commit a9bb695f2f
+3 -1
View File
@@ -10,7 +10,9 @@
# Cycle warning:
# POSIX states signal.h may include time.h and time.h may include signal.h.
# To prevent a cycle between both headers we only import the needed types through bits.
sys_includes = []
#
# features.h required for deprecated annotations
sys_includes = ["features.h"]
include_guard = "_RELIBC_SIGNAL_H"
after_includes = """
#include <bits/size-t.h> // for size_t from sys/types.h