For some reason AC_HEADER_SYS_WAIT() isn't defining HAVE_SYS_WAIT_H on Linux...
authorAdam Megacz <megacz@gcc.gnu.org>
Thu, 7 Feb 2002 10:02:59 +0000 (10:02 +0000)
committerAdam Megacz <megacz@gcc.gnu.org>
Thu, 7 Feb 2002 10:02:59 +0000 (10:02 +0000)
For some reason AC_HEADER_SYS_WAIT() isn't defining HAVE_SYS_WAIT_H on
Linux; this patch backs out my patch that added the #ifdefs until I
can figure out what happened.

From-SVN: r49572

libjava/include/name-finder.h

index 6d12516c0546844de06b2ffb1605c7596f071f55..f2a9aa1587e92f5e61ddc5d7875d0632f6ba21a4 100644 (file)
@@ -18,9 +18,7 @@ details.  */
 
 #include <sys/types.h>
 
-#ifdef HAVE_SYS_WAIT_H
 #include <sys/wait.h>
-#endif
 
 #include <string.h>
 #include <stdio.h>