diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d8ff265fec..6ae37f004c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-11-03 17:49 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbthread.h + * include in OpenWatcom OS2 builds + 2008-11-03 14:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * source/codepage/Makefile diff --git a/harbour/include/hbthread.h b/harbour/include/hbthread.h index c246f7d4e4..82a62ebf79 100644 --- a/harbour/include/hbthread.h +++ b/harbour/include/hbthread.h @@ -63,6 +63,10 @@ #elif defined( HB_OS_WIN_32 ) # include # include +#elif defined( HB_OS_WIN_OS2 ) +# if defined( __WATCOMC__ ) +# include +# endif #endif HB_EXTERN_BEGIN