diff options
author | Nick Kralevich <nnk@google.com> | 2013-02-01 16:09:23 -0800 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2013-02-01 16:09:23 -0800 |
commit | fa99d30ec773c5f9653d96570fb8961426bfe966 (patch) | |
tree | 4eb552353f890b5b293160f4100914d0fc2fab0b /libs | |
parent | 0dcde5213ba6531f2895f340f523c09895275f51 (diff) | |
download | frameworks_native-fa99d30ec773c5f9653d96570fb8961426bfe966.zip frameworks_native-fa99d30ec773c5f9653d96570fb8961426bfe966.tar.gz frameworks_native-fa99d30ec773c5f9653d96570fb8961426bfe966.tar.bz2 |
try to fix win_sdk build.
Change-Id: I55e78e339874a6d6a3381c2550556b65c7ec1ca0
Diffstat (limited to 'libs')
-rw-r--r-- | libs/utils/Threads.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |