summaryrefslogtreecommitdiffhomepage
path: root/Private/Source/NewFS-Journal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Private/Source/NewFS-Journal.cxx')
-rw-r--r--Private/Source/NewFS-Journal.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/Private/Source/NewFS-Journal.cxx b/Private/Source/NewFS-Journal.cxx
index 029e051a..72812b6e 100644
--- a/Private/Source/NewFS-Journal.cxx
+++ b/Private/Source/NewFS-Journal.cxx
@@ -7,9 +7,12 @@
* ========================================================
*/
-#include <FSKit/NewFS.hxx>
#include <KernelKit/DebugOutput.hpp>
+#include <KernelKit/FileManager.hpp>
+#ifdef __USE_NEWFS__
+
+//! bugs: 0
//! @brief Journaling for NewFS.
#define kOpCache (4)
@@ -57,3 +60,5 @@ class NewFSJournalRunner final {
}
};
} // namespace HCore
+
+#endif // ifdef __USE_NEWFS__