2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

added include unistd.h and wait.h for sunpro

[SVN r19019]
This commit is contained in:
Toon Knapen
2003-07-10 10:59:26 +00:00
parent 9ea39fe73a
commit 26926416ef

View File

@@ -9,6 +9,12 @@
# include "execcmd.h"
# include <errno.h>
#if defined(sun) || defined(__sun)
#include <unistd.h> // need to include unistd.h on sun for the vfork prototype
#include <wait.h>
#endif
# ifdef USE_EXECUNIX
# ifdef NO_VFORK