]> git.stg.codes - stg.git/blobdiff - stglibs/conffiles.lib/conffiles.h
Make fee charging rules inclusive (2 includes 0 and 3 includes fee)
[stg.git] / stglibs / conffiles.lib / conffiles.h
index 77a696d02d8d66e9f47f9317ddc5f1e1ad271132..6909c6c91290c5d9e1eeff79d5f5814d161ecdc9 100644 (file)
@@ -35,7 +35,7 @@
 #include <map>
 #include <string>
 
-#include "os_int.h"
+#include "stg/os_int.h"
 
 using namespace std;
 //---------------------------------------------------------------------------
@@ -76,6 +76,7 @@ private:
     map<string, string, StringCaseCmp_t> param_val;
     string fileName;
     mutable int error;
+    mutable bool changed;
 
     int Flush(const std::string & path) const;
 };