summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-04-18 16:47:46 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-04-18 16:47:46 +0000
commit361083150f73b9a5d7ab98be28ded67d8a334a1f (patch)
tree2f1179981f2136a2a5f0f43773e80a5aee850728 /firmware
parent0c8d06ef15c9394f4833980ebb348750e5b8b922 (diff)
Fixed some compile errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@131 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/fat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/fat.c b/firmware/fat.c
index 235341f72d..bd6ec78426 100644
--- a/firmware/fat.c
+++ b/firmware/fat.c
@@ -25,9 +25,9 @@
#include <time.h>
#include <sys/timeb.h>
-#include "fakestorage.h"
+#define BLOCK_SIZE 512
+
#include "fat.h"
-#include "debug.h"
#define NUM_ROOT_DIR_ENTRIES 512
#define NUM_FATS 2