mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
fix include statement for linux
This commit is contained in:
parent
47a5761f05
commit
e3d1e26934
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
// Fix for randomx on ios
|
||||
void __clear_cache(void* start, void* end) { }
|
||||
#include "../External/ios/include/wallet2_api.h"
|
||||
#elif __linux__
|
||||
#elif __LINUX__
|
||||
#include "../External/linux/include/wallet2_api.h"
|
||||
#include <string.h>
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue