mirror of
https://github.com/boostorg/build.git
synced 2026-02-12 12:02:24 +00:00
Include <unistd.h> to get definition of _exit.
Patch from Craig Rodrigues. [SVN r30308]
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
# include "execcmd.h"
|
||||
# include <errno.h>
|
||||
# include <time.h>
|
||||
# include <unistd.h> /* needed for vfork(), _exit() prototypes */
|
||||
|
||||
#if defined(sun) || defined(__sun)
|
||||
#include <unistd.h> /* need to include unistd.h on sun for the vfork prototype*/
|
||||
#include <wait.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user