commit | fc3576f675185281ae868e40d8cd2ddb7c7a45a0 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Mar 23 21:35:56 2015 -0700 |
committer | Christopher Ferris <cferris@google.com> | Mon Mar 23 21:40:30 2015 -0700 |
tree | fdc23ecf6fac69b3bb9720608a2fe0a5a7575856 | |
parent | c31de5011a2b73af04d9e85dca863352458104ca [diff] [blame] |
Fix mac sdk build. Add include files for types and functions that were not included properly. Change-Id: I4849f5bdf535c6eec9254228cf980c30d11a5a1b
diff --git a/include/cutils/threads.h b/include/cutils/threads.h index bb9fdb8..3133cdb 100644 --- a/include/cutils/threads.h +++ b/include/cutils/threads.h
@@ -32,6 +32,7 @@ #if !defined(_WIN32) #include <pthread.h> +#include <sys/types.h> typedef struct { pthread_mutex_t lock;