2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Add needed include (according to XOPEN) for definition of WIFEXITED and WEXITSTATUS.

[SVN r39499]
This commit is contained in:
Markus Schöpflin
2007-09-24 07:38:35 +00:00
parent ee12ae74e0
commit be9e478dfa

View File

@@ -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>