summaryrefslogtreecommitdiff
path: root/navit/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/file.c')
-rw-r--r--navit/file.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/file.c b/navit/file.c
index 05f98f153..94878f882 100644
--- a/navit/file.c
+++ b/navit/file.c
@@ -43,9 +43,10 @@
#define O_BINARY 0
#endif
-#if 0
+#ifdef CACHE_SIZE
static GHashTable *file_name_hash;
#endif
+
static struct cache *file_cache;
struct file_cache_id {