From 0bbb3aef895d87e85354965a51cf95892ab9129a Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 27 Aug 2018 16:41:56 +0200 Subject: [PATCH] firmware: add missing include to fsm --- firmware/fsm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/fsm.c b/firmware/fsm.c index e1cff17b01..0cba9b9c9c 100644 --- a/firmware/fsm.c +++ b/firmware/fsm.c @@ -57,6 +57,7 @@ #include "gettext.h" #include "supervise.h" #include "stellar.h" +#include "messages.pb.h" // message methods