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.
This commit is contained in:
Przemyslaw Czerpak
2009-01-19 11:54:04 +00:00
parent 7f2ee1ad0b
commit 85d9bb78b6
2 changed files with 6 additions and 4 deletions

View File

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

View File

@@ -67,6 +67,7 @@
# include <sys/wait.h>
# include <sys/stat.h>
# include <fcntl.h>
# include <signal.h>
#elif defined( HB_OS_OS2 ) || defined( HB_OS_UNIX ) || \
( defined( HB_OS_WIN_32 ) && !defined( HB_IO_WIN ) )
# include <io.h>
@@ -74,10 +75,6 @@
# include <fcntl.h>
#endif
#if defined( HB_OS_DARWIN )
# include <signal.h>
#endif
#if defined( HB_OS_OS2 ) || defined( HB_OS_UNIX ) || \
( defined( HB_OS_WIN_32 ) && !defined( HB_IO_WIN ) )