diff --git a/source/libfat.c b/source/libfat.c index 2822146..f4321fc 100644 --- a/source/libfat.c +++ b/source/libfat.c @@ -36,9 +36,13 @@ 2007-01-10 - Chishm * fatInit now sets the correct path when setAsDefaultDevice + + 2007-01-11 - Chishm + * Added missing #include */ #include +#include #include "common.h" #include "partition.h"