2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +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 ee95830514
commit 3f6b5baef6
2 changed files with 12 additions and 0 deletions

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

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