commit | 24ccd78879d07801576f28df971a565fa754b6a5 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Mar 23 23:45:53 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Mon Mar 23 23:45:53 2015 +0000 |
tree | a52e55c7f22d4fbcfef4cfe3c1eccc22ee6c4b41 | |
parent | 143e553a5726378ceec24997eab7a0503cf8f499 [diff] | |
parent | bf463801d15d71de1182cb9a9423de2367b1cd13 [diff] |
am c31de501: Merge "More Mac fix." * commit 'c31de5011a2b73af04d9e85dca863352458104ca': 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>