From d9a287e9a5fffc6c02a9e6885ef8de41fd88485f Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 1 Sep 2024 16:26:17 +0300 Subject: [PATCH] [FASTFAT] Use debug bitmap This is to figure out, whether the bitmap gets corrupted or if there is something else going on. --- drivers/filesystems/fastfat/fatprocs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/filesystems/fastfat/fatprocs.h b/drivers/filesystems/fastfat/fatprocs.h index f89f2325bee..86761acd7fc 100644 --- a/drivers/filesystems/fastfat/fatprocs.h +++ b/drivers/filesystems/fastfat/fatprocs.h @@ -36,6 +36,7 @@ Abstract: #include #ifdef __REACTOS__ #include +#include #endif