mirror of
https://github.com/danog/libtgvoip.git
synced 2025-01-22 13:01:21 +01:00
Fix build on Android
This commit is contained in:
parent
5380aaba0d
commit
7dbad08354
@ -13,7 +13,6 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <ifaddrs.h>
|
||||
#include "../../logging.h"
|
||||
#include "../../VoIPController.h"
|
||||
#include "../../Buffers.h"
|
||||
@ -23,6 +22,8 @@
|
||||
#include <sys/system_properties.h>
|
||||
extern JavaVM* sharedJVM;
|
||||
extern jclass jniUtilitiesClass;
|
||||
#else
|
||||
#include <ifaddrs.h>
|
||||
#endif
|
||||
|
||||
using namespace tgvoip;
|
||||
|
Loading…
x
Reference in New Issue
Block a user