diff --git a/sdk/lib/fslib/vfatlib/check/lfn.c b/sdk/lib/fslib/vfatlib/check/lfn.c index a9af62bde6a..81188693664 100644 --- a/sdk/lib/fslib/vfatlib/check/lfn.c +++ b/sdk/lib/fslib/vfatlib/check/lfn.c @@ -26,6 +26,10 @@ #define NDEBUG #include +#ifdef __REACTOS__ +#include +#endif + typedef struct { uint8_t id; /* sequence number for slot */ uint8_t name0_4[10]; /* first 5 characters in name */ @@ -37,6 +41,10 @@ typedef struct { uint8_t name11_12[4]; /* last 2 characters in name */ } LFN_ENT; +#ifdef __REACTOS__ +#include +#endif + #define LFN_ID_START 0x40 #define LFN_ID_SLOTMASK 0x1f