aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
diff options
context:
space:
mode:
authorThanasis Antoniou2019-11-12 20:01:43 +0200
committerThanasis Antoniou2019-11-12 20:01:43 +0200
commit3e9504856f9b4f07b2befa0845fe500fbdfba9f9 (patch)
treebf9bf01aff8b91c9d88d2173cb6333d288f1ed29 /backends/fs
parentfe296f1c4737ecdb28b96ed98e07ce602ecae699 (diff)
downloadscummvm-rg350-3e9504856f9b4f07b2befa0845fe500fbdfba9f9.tar.gz
scummvm-rg350-3e9504856f9b4f07b2befa0845fe500fbdfba9f9.tar.bz2
scummvm-rg350-3e9504856f9b4f07b2befa0845fe500fbdfba9f9.zip
ANDROID: Override UTF-8 compliant definition of vsn_printf
This sets Android as a non-standard port in configure in order to override the definition for vsn_printf The vsn_printf implementation is taken from https://github.com/weiss/c99-snprintf
Diffstat (limited to 'backends/fs')
-rw-r--r--backends/fs/posix/posix-fs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/posix/posix-fs.cpp b/backends/fs/posix/posix-fs.cpp
index fe72cfec04..82ae597745 100644
--- a/backends/fs/posix/posix-fs.cpp
+++ b/backends/fs/posix/posix-fs.cpp
@@ -58,7 +58,7 @@
#endif
#if defined(__ANDROID__) && !defined(ANDROIDSDL)
-#include "backends/platform/android/jni.h"
+#include "backends/platform/android/jni-android.h"
#endif
bool POSIXFilesystemNode::exists() const {