From: Jacob Lifshay Date: Sun, 3 Dec 2023 08:44:48 +0000 (-0800) Subject: ppc_flags: include more headers for uname, openat, etc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a0eec337820a4a8dbcdbefde6766a4530c67580;p=openpower-isa.git ppc_flags: include more headers for uname, openat, etc. --- diff --git a/src/openpower/syscalls/ppc_flags.py b/src/openpower/syscalls/ppc_flags.py index b92971fc..13da5ec2 100644 --- a/src/openpower/syscalls/ppc_flags.py +++ b/src/openpower/syscalls/ppc_flags.py @@ -17,6 +17,10 @@ def parse_defines(flags, compiler): #include #include #include +#include +#include +#include +#include """ if isinstance(compiler, str): compiler = [compiler]