aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index b264ec60..56d6eb37 100644
--- a/main.c
+++ b/main.c
@@ -22,6 +22,7 @@ struct toy_list toy_list[] = {
// global context for this applet.
struct toy_context toys;
+union toy_union toy;
char toybuf[4096];
struct toy_list *toy_find(char *name)