From e800a2acf158eaf50e899012ce077bd6c7955215 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 3 Dec 2023 00:44:48 -0800 Subject: [PATCH] ppc_flags: include more headers for uname, openat, etc. --- src/openpower/syscalls/ppc_flags.py | 4 ++++ 1 file changed, 4 insertions(+) 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] -- 2.30.2