summaryrefslogtreecommitdiff
path: root/firmware/common/disk_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/disk_cache.c')
-rw-r--r--firmware/common/disk_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/common/disk_cache.c b/firmware/common/disk_cache.c
index 0e842e7796..9e4dee6a91 100644
--- a/firmware/common/disk_cache.c
+++ b/firmware/common/disk_cache.c
@@ -23,7 +23,7 @@
23#include "system.h" 23#include "system.h"
24#include "linked_list.h" 24#include "linked_list.h"
25#include "disk_cache.h" 25#include "disk_cache.h"
26#include "fat.h" /* for SECTOR_SIZE */ 26#include "fs_defines.h"
27#include "bitarray.h" 27#include "bitarray.h"
28 28
29/* Cache: LRU cache with separately-chained hashtable 29/* Cache: LRU cache with separately-chained hashtable