From a15f6e3835b8480dd5024aaf247f0a1daabce97b Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Tue, 15 Aug 2017 17:57:14 +0200 Subject: [PATCH] modtrezorio: fix missing includes --- embed/extmod/modtrezorio/modtrezorio-msg.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/embed/extmod/modtrezorio/modtrezorio-msg.h b/embed/extmod/modtrezorio/modtrezorio-msg.h index 313443cb..4cdec347 100644 --- a/embed/extmod/modtrezorio/modtrezorio-msg.h +++ b/embed/extmod/modtrezorio/modtrezorio-msg.h @@ -5,6 +5,9 @@ * see LICENSE file for details */ +#include +#include + #if defined TREZOR_STM32 #include "usb.h" #include "touch.h"