commit | bf463801d15d71de1182cb9a9423de2367b1cd13 | [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 | aab429e6e703ac21233aeb2487967a90fde94f32 [diff] | |
parent | fa16c31817633e993aa8aff9f2cbf64bf149b790 [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>