Merge "Add missing #includes."

This commit is contained in:
Elliott Hughes 2012-05-18 10:14:54 -07:00 committed by Android (Google) Code Review
commit b7fa1fc12d
5 changed files with 5 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#include <sys/types.h>
#include <stdbool.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {

View file

@ -24,6 +24,7 @@
#include <sys/types.h>
#include <stdbool.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {

View file

@ -17,6 +17,7 @@
#ifndef _CORKSCREW_SYMBOL_TABLE_H
#define _CORKSCREW_SYMBOL_TABLE_H
#include <stdint.h>
#include <sys/types.h>
#ifdef __cplusplus

View file

@ -21,6 +21,7 @@
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <pthread.h>

View file

@ -21,6 +21,7 @@
#include <corkscrew/ptrace.h>
#include <errno.h>
#include <stdlib.h>
#include <sys/ptrace.h>
#include <cutils/log.h>