From c8ad74dae5e5fd661f6242c8edd7b5cf1d046005 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 8 Aug 2023 20:57:45 +0200 Subject: [PATCH] Add missing errno.h include Needed to fix Android builds. --- core/flash.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/flash.cpp b/core/flash.cpp index 066a6b12..4d67cd91 100644 --- a/core/flash.cpp +++ b/core/flash.cpp @@ -1,4 +1,5 @@ #include +#include #include #include #include