This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: WIN-10: patch to name-finder.h


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]