commit | c31de5011a2b73af04d9e85dca863352458104ca | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Mar 23 23:39:33 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 23 23:39:33 2015 +0000 |
tree | c455a4a47221dc432178971d1e4a998b973ad731 | |
parent | 89996c4b74c438bd426710ff52139893aa39514c [diff] | |
parent | 483060208c11ba9507040eefe0243424030b1454 [diff] |
Merge "More Mac fix."
diff --git a/libcutils/threads.c b/libcutils/threads.c index d901619..9400441 100644 --- a/libcutils/threads.c +++ b/libcutils/threads.c
@@ -23,6 +23,7 @@ #include "AvailabilityMacros.h" // For MAC_OS_X_VERSION_MAX_ALLOWED #include <sys/syscall.h> #include <sys/time.h> +#include <unistd.h> #elif defined(__linux__) && !defined(__ANDROID__) #include <syscall.h> #include <unistd.h>