summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/floptool.cpp
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2023-09-27 03:48:50 -0400
committer GitHub <noreply@github.com>2023-09-27 09:48:50 +0200
commitd8f1b27939216dc6666e1a334f38204e17509ceb (patch)
treee84c4202946dab61afe800d02b4e20cb1f25e602 /src/tools/floptool.cpp
parent7edf0aa2abba2bef57b477fa1af0fed7213647c2 (diff)
Filesystem code refactoring (#11570)
- Separate fs::block_t and fs::filesystem_t to a new source file and header - Remove inclusion of flopimg.h from fsmgr.h
Diffstat (limited to 'src/tools/floptool.cpp')
-rw-r--r--src/tools/floptool.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/floptool.cpp b/src/tools/floptool.cpp
index d680118944d..146de2d22b7 100644
--- a/src/tools/floptool.cpp
+++ b/src/tools/floptool.cpp
@@ -8,6 +8,8 @@
#include "image_handler.h"
+#include "formats/fsblk.h"
+
#include "corestr.h"
#include "ioprocs.h"
#include "path.h"