From 50519588fabb404c7494b1e7934795af15cb8c00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= jaakko.keranen@iki.fi
Date: Thu, 23 Dec 2021 14:18:57 +0200
Subject: [PATCH 1/1] Android: Added missing header
src/resources.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/resources.c b/src/resources.c
index e3d92946..80af4b4b 100644
--- a/src/resources.c
+++ b/src/resources.c
@@ -25,6 +25,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
#include <the_Foundation/archive.h>
#include <the_Foundation/version.h>
+#include <SDL_rwops.h>
static iArchive *archive_;
iBlock blobAbout_Resources;
--
2.25.1
text/plain
This content has been proxied by September (3851b).