From f1dbfbfe1f93d0ea9539b30faf015499881b89fc Mon Sep 17 00:00:00 2001 From: Silvano Seva Date: Thu, 4 Aug 2022 22:22:56 +0200 Subject: [PATCH] Fixed compilation warnings --- openrtx/src/core/openrtx.c | 3 +++ openrtx/src/ui/ui.c | 1 + 2 files changed, 4 insertions(+) diff --git a/openrtx/src/core/openrtx.c b/openrtx/src/core/openrtx.c index 394fcb2a..b842eccb 100644 --- a/openrtx/src/core/openrtx.c +++ b/openrtx/src/core/openrtx.c @@ -27,6 +27,9 @@ #include #include #include +#ifdef PLATFORM_LINUX +#include +#endif extern void *dev_task(void *arg); diff --git a/openrtx/src/ui/ui.c b/openrtx/src/ui/ui.c index 45a60b31..bf40e955 100644 --- a/openrtx/src/ui/ui.c +++ b/openrtx/src/ui/ui.c @@ -66,6 +66,7 @@ #include #include #include +#include #include #include #ifdef GPS_PRESENT