From 9a8e257619c4e404aabc96e00aa0a2821744cefc Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 28 Mar 2022 16:44:52 +0200 Subject: [PATCH] fix(core): fix SDL2 include path [no changelog] --- core/embed/extmod/modtrezorui/display-unix.h | 4 ++-- core/embed/unix/touch.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/embed/extmod/modtrezorui/display-unix.h b/core/embed/extmod/modtrezorui/display-unix.h index 6a2884a03..0a454f7ff 100644 --- a/core/embed/extmod/modtrezorui/display-unix.h +++ b/core/embed/extmod/modtrezorui/display-unix.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#include -#include +#include +#include #include #include #include "profile.h" diff --git a/core/embed/unix/touch.c b/core/embed/unix/touch.c index 89cf649de..e2c829ebd 100644 --- a/core/embed/unix/touch.c +++ b/core/embed/unix/touch.c @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -#include +#include #include #include