diff options
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r-- | apps/tagcache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h index 11d58c01bd..b3baba0f30 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -25,6 +25,7 @@ #include "config.h" #include "system.h" #include "metadata.h" +#include "settings.h" /** Note: When adding new tags, make sure to update index_entry_ec and tags_str in @@ -89,6 +90,7 @@ struct tagcache_stat { *curentry; /* Path of the current entry being scanned. */ volatile bool syncscreen;/* Synchronous operation with debug screen? */ // const char *uimessage; /* Pending error message. Implement soon. */ + char db_path[MAX_PATHNAME+1]; /* Path to DB root directory */ }; enum source_type {source_constant, |