From 85d9bb78b6819a587808900ba38ded8846a766a8 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 19 Jan 2009 11:54:04 +0000 Subject: [PATCH] 2009-01-19 12:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/hbproces.c ! include signal.h in all *nixes builds - it was my typo and not only Darwin needs it. --- harbour/ChangeLog | 5 +++++ harbour/source/rtl/hbproces.c | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a2d7a20bac..355ca7d68d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-01-19 12:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/rtl/hbproces.c + ! include signal.h in all *nixes builds - it was my typo and not only + Darwin needs it. + 2009-01-18 22:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/hbgtcore.c ! fixed UNSELECTED color updating in SetColor(). It should be changed diff --git a/harbour/source/rtl/hbproces.c b/harbour/source/rtl/hbproces.c index 276eecbeef..30999b241f 100644 --- a/harbour/source/rtl/hbproces.c +++ b/harbour/source/rtl/hbproces.c @@ -67,6 +67,7 @@ # include # include # include +# include #elif defined( HB_OS_OS2 ) || defined( HB_OS_UNIX ) || \ ( defined( HB_OS_WIN_32 ) && !defined( HB_IO_WIN ) ) # include @@ -74,10 +75,6 @@ # include #endif -#if defined( HB_OS_DARWIN ) -# include -#endif - #if defined( HB_OS_OS2 ) || defined( HB_OS_UNIX ) || \ ( defined( HB_OS_WIN_32 ) && !defined( HB_IO_WIN ) )