X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e7c6f85eecb6863620be677106173e1824c9a578..2d09f6a7afb3481586a9471b0cde35aac271ce9d:/stglibs/conffiles.lib/conffiles.h?ds=sidebyside diff --git a/stglibs/conffiles.lib/conffiles.h b/stglibs/conffiles.lib/conffiles.h index 77a696d0..6909c6c9 100644 --- a/stglibs/conffiles.lib/conffiles.h +++ b/stglibs/conffiles.lib/conffiles.h @@ -35,7 +35,7 @@ #include #include -#include "os_int.h" +#include "stg/os_int.h" using namespace std; //--------------------------------------------------------------------------- @@ -76,6 +76,7 @@ private: map param_val; string fileName; mutable int error; + mutable bool changed; int Flush(const std::string & path) const; };