diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 571fbabd88..b5b620fdfc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990718-14:13 CET Patrick Mast + * /source/rtl/errorsys.prg + added the path /include to the error.ch include line + 19990718-14:00 CET Eddie Runia * build32.bat bldhbpp.bat called diff --git a/harbour/source/rtl/errorsys.prg b/harbour/source/rtl/errorsys.prg index f190dfc8f5..4f8a8aa3ed 100644 --- a/harbour/source/rtl/errorsys.prg +++ b/harbour/source/rtl/errorsys.prg @@ -24,7 +24,7 @@ // Standard Harbour ErrorSys system -#include "error.ch" +#include "include\error.ch" #define ISCHAR(var) (ValType(var) == "C") #define ISNUM(var) (ValType(var) == "N")