================ @@ -30,7 +30,10 @@ #include <cstring> #include <string> #include <sys/types.h> + +#if !defined(__wasi__) #include <sys/wait.h> ---------------- jyknight wrote:
Is this header even needed on other platforms? I don't see anything clearly 'wait' related in this header. https://github.com/llvm/llvm-project/pull/92677 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits