diff --git a/app/src/main/cpp/baresip.c b/app/src/main/cpp/baresip.c index 7195c077..a9c74c9d 100644 --- a/app/src/main/cpp/baresip.c +++ b/app/src/main/cpp/baresip.c @@ -7,6 +7,10 @@ #include #include "logger.h" +#if defined(__ARM_ARCH_7A__) + #define long long long +#endif + typedef struct baresip_context { JavaVM *javaVM;