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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user