X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fvfs%2Ffs%2Ffat.c;h=a18f9511ed3772db34ad9f40acb923bf36f58c6d;hb=a4ce2e60f783c9e71447edc03f20f937b8abf35a;hp=041e83fcf34748441a9fd3faebba9a932f589611;hpb=505307eb2af0ae6a06a45677db27074a7d3f476c;p=tpg%2Facess2.git diff --git a/Kernel/vfs/fs/fat.c b/Kernel/vfs/fs/fat.c index 041e83fc..a18f9511 100644 --- a/Kernel/vfs/fs/fat.c +++ b/Kernel/vfs/fs/fat.c @@ -8,7 +8,7 @@ #define CACHE_FAT 1 //!< Caches the FAT in memory #define USE_LFN 1 //!< Enables the use of Long File Names -#include +#include #include #include #include "fs_fat.h"