From fc538f01646cfca23a4b4dae75e2f32868d564ec Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Thu, 11 Jan 2007 11:23:18 +0000 Subject: [PATCH] Added missing #include --- source/libfat.c | 4 ++++ 1 file changed, 4 insertions(+) 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"