Fix missing includes for ndk r16

This commit is contained in:
Patryk Szalanski 2017-11-15 14:00:52 +01:00 committed by topjohnwu
parent 07e353f4ff
commit 8c02d120a2
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <sys/sendfile.h>
#include <sys/mman.h>

View File

@ -10,6 +10,7 @@
#include <pwd.h>
#include <signal.h>
#include <sched.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/mount.h>
#include <sys/wait.h>