Add missing includes.

Test: mma
Bug: None
Change-Id: I0221b213e08d07cc5ac0b704a86e98ae8c0f456f
This commit is contained in:
Dan Albert 2017-10-11 11:25:25 -07:00
parent 983c2da84c
commit 1c78cb0fee
8 changed files with 9 additions and 2 deletions

View file

@ -29,6 +29,7 @@
#include <android/set_abort_message.h>
#include <pthread.h>
#include <string.h>
#include <sys/mman.h>
#include "private/ScopedPthreadMutexLocker.h"

View file

@ -31,6 +31,7 @@
#include <errno.h>
#include <stdatomic.h>
#include <stdlib.h>
#include <string.h>
#include <sys/auxv.h>
#include <unistd.h>

View file

@ -32,6 +32,7 @@
#include <endian.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <uchar.h>
#include "private/bionic_mbstate.h"

View file

@ -32,6 +32,7 @@
#include <dlfcn.h>
#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include <async_safe/log.h>

View file

@ -31,6 +31,7 @@
#include <wchar.h>
#include <stdlib.h>
#include <string.h>
#include "local.h"

View file

@ -27,6 +27,7 @@
*/
#include <arpa/inet.h> // For ntohl(3).
#include <errno.h>
#include <fcntl.h>
#include <stdint.h>
#include <stdlib.h>

View file

@ -22,10 +22,10 @@
* Stub functions for portability.
*/
#include <sys/mman.h>
#include <errno.h>
#include <pthread.h>
#include <signal.h>
#include <sys/mman.h>
#include <async_safe/log.h>

View file

@ -29,6 +29,7 @@
#ifndef __LINKER_ALLOCATOR_H
#define __LINKER_ALLOCATOR_H
#include <errno.h>
#include <stdlib.h>
#include <sys/cdefs.h>
#include <sys/mman.h>