mirror of
https://github.com/monero-project/monero.git
synced 2026-08-03 01:15:55 -07:00
Build wallet with Android NDK
This commit is contained in:
+6
@@ -30,7 +30,13 @@
|
||||
#ifdef HAVE_SYS_SYSCTL_H
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
#ifdef __ANDROID__
|
||||
#include <sys/vfs.h>
|
||||
#define statvfs statfs
|
||||
#define fstatvfs fstatfs
|
||||
#else
|
||||
#include <sys/statvfs.h>
|
||||
#endif
|
||||
#include <sys/socket.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
Reference in New Issue
Block a user