am 219e867f: am 7f8ebb81: am 30291f21: Merge "Add missing headers"

* commit '219e867f61755720af3cddb5e8d2fe0e198a27ab':
  Add missing headers
This commit is contained in:
Dan Albert 2014-05-22 13:32:56 +00:00 committed by Android Git Automerger
commit e2a3d37c8f
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@
#define _BACKTRACE_BACKTRACE_MAP_H
#include <stdint.h>
#include <sys/types.h>
#ifdef USE_MINGW
// MINGW does not define these constants.
#define PROT_NONE 0

View file

@ -15,6 +15,7 @@
*/
#include <pthread.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>