1
0
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:
Grishka 2018-07-18 12:34:06 +03:00
parent 5380aaba0d
commit 7dbad08354

View File

@ -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;