Fix error on deprecated functions

This commit is contained in:
Peter Limkilde Svendsen
2025-02-04 19:53:09 +01:00
parent 05eb0e85de
commit bda6a944b6
+1 -1
View File
@@ -1,4 +1,4 @@
sys_includes = ["stddef.h", "stdint.h"]
sys_includes = ["features.h", "stddef.h", "stdint.h"]
include_guard = "_RELIBC_STRINGS_H"
language = "C"
style = "Tag"