From 88ae1ff267c541ded537672ac7b7f29308ad701d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 2 Jun 2016 00:44:20 +0100 Subject: Ensure variables are declared correctly --- frontends/amiga/history.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/amiga/history.c') diff --git a/frontends/amiga/history.c b/frontends/amiga/history.c index bc16d3000..2287c7069 100755 --- a/frontends/amiga/history.c +++ b/frontends/amiga/history.c @@ -27,6 +27,8 @@ #include "amiga/tree.h" #include "amiga/tree.h" +struct treeview_window *global_history_window = NULL; + void ami_global_history_initialise(void) { global_history_window = ami_tree_create(TREE_HISTORY, NULL); -- cgit v1.2.3