diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8204d102ff..e2b28346ea 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-07-12 12:44 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * tests/hbdoctst.prg + + Added missing "directry.ch" header. + 2010-07-12 21:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt.hbp ! Fixed wrongly added header for moc processing in: diff --git a/harbour/tests/hbdoctst.prg b/harbour/tests/hbdoctst.prg index 6bbc7561e2..d1992d9345 100644 --- a/harbour/tests/hbdoctst.prg +++ b/harbour/tests/hbdoctst.prg @@ -11,6 +11,7 @@ */ #include "common.ch" +#include "directry.ch" #define _HBDOC_HBD_EXT ".hbd"