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