summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbarbeque-squared <barbeque.squared@gmail.com>2020-08-21 16:43:25 +0200
committerViktor Verebelyi <vviktor2@gmail.com>2020-09-22 02:16:24 +0100
commitea29ad75997ae05f2008b0137849c0024117aefd (patch)
tree84e2e9a6bdae3e5483b46bc77578a25ade746d04
parentd26cbc722cbe54a98945d41242be6aaaa4e30b6b (diff)
downloadnavit-ea29ad75997ae05f2008b0137849c0024117aefd.tar.gz
fix:maptool:Add missing external, fixes #1045
-rw-r--r--navit/maptool/maptool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/maptool/maptool.h b/navit/maptool/maptool.h
index 37590e30b..49b13fd92 100644
--- a/navit/maptool/maptool.h
+++ b/navit/maptool/maptool.h
@@ -406,7 +406,7 @@ int write_aux_tiles(struct zip_info *zip_info);
int create_tile_hash(void);
void write_tilesdir(struct tile_info *info, struct zip_info *zip_info, FILE *out);
void merge_tiles(struct tile_info *info);
-struct attr map_information_attrs[32];
+extern struct attr map_information_attrs[32];
void index_init(struct zip_info *info, int version);
void index_submap_add(struct tile_info *info, struct tile_head *th);