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