diff --git a/goldlib/gcfg/gxhpt.cpp b/goldlib/gcfg/gxhpt.cpp index 0d088f7..eecdc57 100644 --- a/goldlib/gcfg/gxhpt.cpp +++ b/goldlib/gcfg/gxhpt.cpp @@ -25,6 +25,7 @@ // ------------------------------------------------------------------ #include +#include #include #include #include @@ -379,6 +380,8 @@ void gareafile::ReadHPTFile(char* path, char* file, char* origin, int group) { skip_config: fclose(fp); + }else{ + STD_PRINTNL(" * AREAFILE FIDOCONFIG: Can't open file '" << path << '/' << file << ": " << strerror(errno) ); } }