Add missing includes.

Change-Id: Ibf549266a19a67eb9158d341a69dddfb654be669
This commit is contained in:
Elliott Hughes
2015-01-28 18:02:33 -08:00
parent 43606bc1ce
commit 05fc1d7050
15 changed files with 19 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
#include "linker_phdr.h"
#include <errno.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>