mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Fixed some compile errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@131 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0c8d06ef15
commit
361083150f
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/timeb.h>
|
#include <sys/timeb.h>
|
||||||
|
|
||||||
#include "fakestorage.h"
|
#define BLOCK_SIZE 512
|
||||||
|
|
||||||
#include "fat.h"
|
#include "fat.h"
|
||||||
#include "debug.h"
|
|
||||||
|
|
||||||
#define NUM_ROOT_DIR_ENTRIES 512
|
#define NUM_ROOT_DIR_ENTRIES 512
|
||||||
#define NUM_FATS 2
|
#define NUM_FATS 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue