commit | 2b7b349b56e1fa7d4d845f238ad51f214a81446f | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Sat Feb 02 00:09:59 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Feb 02 00:09:59 2013 +0000 |
tree | 5b56df5831197822bf8594d909294008e39449eb | |
parent | cf89c76ee02d3c4e629ed4f793ec503b4448de45 [diff] | |
parent | fa99d30ec773c5f9653d96570fb8961426bfe966 [diff] |
Merge "try to fix win_sdk build."
diff --git a/libs/utils/Threads.cpp b/libs/utils/Threads.cpp index a25a81f..1803020 100644 --- a/libs/utils/Threads.cpp +++ b/libs/utils/Threads.cpp
@@ -21,7 +21,6 @@ #include <utils/Log.h> #include <cutils/sched_policy.h> -#include <cutils/properties.h> #include <stdio.h> #include <stdlib.h> @@ -31,6 +30,7 @@ #include <unistd.h> #if defined(HAVE_PTHREADS) +# include <cutils/properties.h> # include <pthread.h> # include <sched.h> # include <sys/resource.h>