Skip to content
Snippets Groups Projects
Commit ad27dd98 authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am bdabcf4c: am 730d7c53: am 8e1697e7: Merge "Fix mac sdk build."

* commit 'bdabcf4c':
  Fix mac sdk build.
parents 0f5bf14d bdabcf4c
Branches
Tags
No related merge requests found
......@@ -32,6 +32,7 @@ extern "C" {
#if !defined(_WIN32)
#include <pthread.h>
#include <sys/types.h>
typedef struct {
pthread_mutex_t lock;
......
......
......@@ -21,6 +21,8 @@
// For gettid.
#if defined(__APPLE__)
#include "AvailabilityMacros.h" // For MAC_OS_X_VERSION_MAX_ALLOWED
#include <stdint.h>
#include <stdlib.h>
#include <sys/syscall.h>
#include <sys/time.h>
#include <unistd.h>
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment