$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: markus.schoepflin_at_[hidden]
Date: 2007-09-24 03:38:35
Author: schoepflin
Date: 2007-09-24 03:38:35 EDT (Mon, 24 Sep 2007)
New Revision: 39499
URL: http://svn.boost.org/trac/boost/changeset/39499
Log:
Add needed include (according to XOPEN) for definition of WIFEXITED and WEXITSTATUS.
Text files modified: 
   trunk/tools/jam/src/execunix.c |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/tools/jam/src/execunix.c
==============================================================================
--- trunk/tools/jam/src/execunix.c	(original)
+++ trunk/tools/jam/src/execunix.c	2007-09-24 03:38:35 EDT (Mon, 24 Sep 2007)
@@ -16,6 +16,7 @@
 # include <unistd.h> /* needed for vfork(), _exit() prototypes */
 # include <sys/resource.h>
 # include <sys/times.h>
+# include <sys/wait.h>
 
 #if defined(sun) || defined(__sun) || defined(linux)
 #include <wait.h>