2
0
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:
Vladimir Prus
2005-07-29 09:30:12 +00:00
parent cda0cf3306
commit a02448da4a

View File

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