Fix android part 2 of X.
This commit is contained in:
parent
5c7946f7c4
commit
d1057b2c6c
|
@ -21,7 +21,11 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
#if defined(ANDROID)
|
||||
#include <fcntl.h>
|
||||
#else
|
||||
#include <sys/fcntl.h>
|
||||
#endif
|
||||
#include <netinet/in.h>
|
||||
#include <net/if.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in New Issue