Commit 8ba8f7e5 by Danny Smith Committed by Gabriel Dos Reis

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
parent c5d74498
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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment