Add missing includes.
Test: mma Bug: None Change-Id: I0221b213e08d07cc5ac0b704a86e98ae8c0f456f
This commit is contained in:
parent
983c2da84c
commit
1c78cb0fee
8 changed files with 9 additions and 2 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <android/set_abort_message.h>
|
||||
|
||||
#include <pthread.h>
|
||||
#include <string.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include "private/ScopedPthreadMutexLocker.h"
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include <errno.h>
|
||||
#include <stdatomic.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/auxv.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include <endian.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <uchar.h>
|
||||
|
||||
#include "private/bionic_mbstate.h"
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include <dlfcn.h>
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <async_safe/log.h>
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include <wchar.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "local.h"
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
*/
|
||||
|
||||
#include <arpa/inet.h> // For ntohl(3).
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue