commit a7e3b10d2eb8c277917a18fd235540ccc4064964
parent 307dbb48fbf2067fa20ca3efb148870ae40b59d3
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Sat, 30 Oct 2021 21:21:00 +0200
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.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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
};