================ @@ -19,7 +19,9 @@ #include <pwd.h> #include <spawn.h> #include <sys/stat.h> +#ifndef _AIX #include <sys/syscall.h> +#endif ---------------- DhruvSrivastavaX wrote: Done, checked compilation on linux as well. https://github.com/llvm/llvm-project/pull/132718