summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index 7b05391640..7777a9f16d 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -48,6 +48,7 @@
48#include "filetypes.h" 48#include "filetypes.h"
49#include "audio.h" 49#include "audio.h"
50#include "appevents.h" 50#include "appevents.h"
51#include "storage.h"
51 52
52#define FILE_SEARCH_INSTRUCTIONS ROCKBOX_DIR "/tagnavi.config" 53#define FILE_SEARCH_INSTRUCTIONS ROCKBOX_DIR "/tagnavi.config"
53 54
@@ -1057,7 +1058,7 @@ static int retrieve_entries(struct tree_context *c, struct tagcache_search *tcs,
1057 otherwise show it after the normal 1/2 second delay */ 1058 otherwise show it after the normal 1/2 second delay */
1058 show_search_progress( 1059 show_search_progress(
1059#ifdef HAVE_DISK_STORAGE 1060#ifdef HAVE_DISK_STORAGE
1060 ata_disk_is_active() 1061 storage_disk_is_active()
1061#else 1062#else
1062 true 1063 true
1063#endif 1064#endif