re PR bootstrap/21683 (build failure on i386-mingw (sys/wait.h header))

PR target/21683
        * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.

From-SVN: r100066
This commit is contained in:
Danny Smith 2005-05-22 17:01:02 +00:00 committed by Gabriel Dos Reis
parent c5d7449889
commit 8ba8f7e557
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-05-22 Danny Smith <dannysmith@users.souceforge.net>
PR target/21683
* fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
2005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
Joseph S. Myers <joseph@codesourcery.com>

View File

@ -24,7 +24,9 @@ Boston, MA 02111-1307, USA. */
#include "fixlib.h"
#include <sys/stat.h>
#ifndef SEPARATE_FIX_PROC
#include <sys/wait.h>
#endif
#if defined( HAVE_MMAP_FILE )
#include <sys/mman.h>