diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 487d230f1d..1dc8daa662 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-02-16 11:28 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbdate.h + ! fixed limitation which forced to use hbdate.h after hbapi.h + or hbdefs.h + 2008-02-15 10:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnf/Makefile * contrib/hbnf/common.mak diff --git a/harbour/include/hbdate.h b/harbour/include/hbdate.h index 04d5fde2fa..5944e3ee2c 100644 --- a/harbour/include/hbdate.h +++ b/harbour/include/hbdate.h @@ -53,7 +53,7 @@ #ifndef HB_DATE_H_ #define HB_DATE_H_ -#include "hbsetup.h" +#include "hbdefs.h" HB_EXTERN_BEGIN