Add missing includes.

Test: Builds.
Change-Id: Ia8b79154902503cdd774dc3b4523466123b4324c
This commit is contained in:
Florian Mayer 2018-10-23 15:56:28 +01:00 committed by Christopher Ferris
parent 215d1d510e
commit 3f1f2e07ab
11 changed files with 11 additions and 0 deletions

View file

@ -22,6 +22,7 @@
#include <libgen.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>

View file

@ -17,6 +17,7 @@
#pragma once
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/types.h>

View file

@ -15,6 +15,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <sys/mman.h>
#include <string>

View file

@ -19,6 +19,7 @@
#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <unistd.h>

View file

@ -16,6 +16,7 @@
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/ptrace.h>
#include <sys/stat.h>

View file

@ -15,6 +15,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <functional>

View file

@ -15,6 +15,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <functional>

View file

@ -15,6 +15,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <functional>

View file

@ -15,6 +15,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <functional>

View file

@ -15,6 +15,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <functional>

View file

@ -17,6 +17,7 @@
#include <elf.h>
#include <stdint.h>
#include <algorithm>
#include <string>
#include <unwindstack/Memory.h>