diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 54940c023e..b2956b5a6c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-10-23 08:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/src/rtl/hbcom.c + ! fixed path to PMCOM header files + 2010-10-24 02:21 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/rtl/hbjson.c + added support for date and timestamp type encoding diff --git a/harbour/src/rtl/hbcom.c b/harbour/src/rtl/hbcom.c index 4c80358e74..5ba722deb8 100644 --- a/harbour/src/rtl/hbcom.c +++ b/harbour/src/rtl/hbcom.c @@ -95,7 +95,7 @@ #elif defined( HB_HAS_SIOLIB ) # include #elif defined( HB_HAS_PMCOM ) -# include "../../external/pmcom/com.h" +# include "../../external/hbpmcom/com.h" #elif defined( HB_OS_WIN ) # include #elif defined( HB_OS_OS2 )