The following patch causes a build failure on i386-mingw: 2005-05-15 Gabriel Dos Reis <[EMAIL PROTECTED]> * fixincl.c: #include <sys/wait.h>
Build was successful before, but now fails when compiling fixincl.c, since MinGW doesn't have a sys/wait.h headers file. With this #include statement removed, build is successful. -- Summary: [Regression] build failure on i386-mingw (sys/wait.h header) Product: gcc Version: 4.1.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: fxcoudert at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,gdr at integrable- solutions dot net GCC build triplet: i386-mingw GCC host triplet: i386-mingw GCC target triplet: i386-mingw http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21683