]> git.stg.codes - stg.git/blobdiff - stglibs/conffiles.lib/conffiles.h
Fix stglibs compilation errors
[stg.git] / stglibs / conffiles.lib / conffiles.h
index 07f716cdfc4aa6f24c75b95ed8a593a43c2bec39..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,9 @@ private:
     map<string, string, StringCaseCmp_t> param_val;
     string fileName;
     mutable int error;
+    mutable bool changed;
+
+    int Flush(const std::string & path) const;
 };
 //---------------------------------------------------------------------------
 #endif