This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: WIN-10: patch to name-finder.h
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Adam Megacz <patches at lists dot megacz dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Tue, 05 Feb 2002 14:17:49 +1300
- Subject: Re: WIN-10: patch to name-finder.h
- References: <861yg0zwmz.fsf@megacz.com>
Adam Megacz wrote:
>
> #include <sys/types.h>
>+
>+#if defined (HAVE_PIPE) && defined (HAVE_FORK)
> #include <sys/wait.h>
>+#endif
>
> #include <string.h>
> #include <stdio.h>
>
This should be HAVA_SYS_WAIT_H or some such shouldn't it?
regards
Bryce.