ref: a7e3b10d2eb8c277917a18fd235540ccc4064964
parent: 307dbb48fbf2067fa20ca3efb148870ae40b59d3
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sat Oct 30 17:21:00 EDT 2021
cc/posix: Update default list of include path The libc modified the list of required include paths, but the list contained in the posix driver was not updated at all.
--- a/include/scc/scc/sysincludes.def.h
+++ b/include/scc/scc/sysincludes.def.h
@@ -2,6 +2,7 @@
char *sysincludes[] = {
"%p/include/bits/%a/",
"%p/include/bits/%s/",
+ "%p/include/bits/%s/%a/",
"%p/include/",
NULL
};