load_elf: match linux better for statically-linked binaries
[openpower-isa.git] / src / openpower / syscalls / ppc_flags.py
index 13da5ec2754a19e740f042243b27392253531e1e..7f2fe507efc5983f48d92759ba4f115525ae6af5 100644 (file)
@@ -21,6 +21,7 @@ def parse_defines(flags, compiler):
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <linux/utsname.h>
+#include <linux/auxvec.h>
 """
     if isinstance(compiler, str):
         compiler = [compiler]