Fix android part 2 of X.

This commit is contained in:
Matthew Parlane 2013-08-24 23:41:25 +12:00
parent 5c7946f7c4
commit d1057b2c6c
1 changed files with 4 additions and 0 deletions

View File

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