Fix compile issue when using NDK Unified Headers

This commit is contained in:
topjohnwu 2017-04-16 23:12:53 +08:00
parent 222c31b306
commit f6d1f1985c

View File

@ -7,6 +7,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <endian.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>