Fix JNI build warnings with modern NDKs

This commit is contained in:
Cameron Gutman
2016-10-19 20:47:23 -07:00
parent f8a04cda7a
commit b02db2c182
2 changed files with 6 additions and 2 deletions

View File

@@ -15,6 +15,8 @@
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <android/log.h>
#define EVDEV_MAX_EVENT_SIZE 24