summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbarbeque-squared <barbeque.squared@gmail.com>2020-08-21 16:43:25 +0200
committerjkoan <jkoan@users.noreply.github.com>2020-08-21 18:02:19 +0200
commit21fe6b836e3f2e644103cd97a7a389600958af9b (patch)
tree35c7ae2bec20d457fb97e8d8818c9e7b7b41b40b
parent1079d4a6d94b5237d35be2dff1107656bc47046a (diff)
downloadnavit-21fe6b836e3f2e644103cd97a7a389600958af9b.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);