From d4f3ef3066e65024839db889331d93e91bfd49ff Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 29 Jul 2005 09:30:12 +0000 Subject: [PATCH] Include to get definition of _exit. Patch from Craig Rodrigues. [SVN r30308] --- historic/jam/src/execunix.c | 2 +- jam_src/execunix.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/historic/jam/src/execunix.c b/historic/jam/src/execunix.c index 13da13431..592f22835 100644 --- a/historic/jam/src/execunix.c +++ b/historic/jam/src/execunix.c @@ -9,9 +9,9 @@ # include "execcmd.h" # include # include +# include /* needed for vfork(), _exit() prototypes */ #if defined(sun) || defined(__sun) -#include /* need to include unistd.h on sun for the vfork prototype*/ #include #endif diff --git a/jam_src/execunix.c b/jam_src/execunix.c index 13da13431..592f22835 100644 --- a/jam_src/execunix.c +++ b/jam_src/execunix.c @@ -9,9 +9,9 @@ # include "execcmd.h" # include # include +# include /* needed for vfork(), _exit() prototypes */ #if defined(sun) || defined(__sun) -#include /* need to include unistd.h on sun for the vfork prototype*/ #include #endif