From 39cba17f0162e48942d278a090697b9a0e49ad6f Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 11 Mar 2024 21:49:15 +0300 Subject: [PATCH] filesystem: android: try to fix compiling-in AAsset mounting code --- filesystem/android.c | 1 + 1 file changed, 1 insertion(+) diff --git a/filesystem/android.c b/filesystem/android.c index fa587715..daccf02a 100644 --- a/filesystem/android.c +++ b/filesystem/android.c @@ -14,6 +14,7 @@ GNU General Public License for more details. */ #include "port.h" +#include "defaults.h" #if XASH_ANDROID_ASSETS