OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dcde52
)
try to fix win_sdk build.
author
Nick Kralevich
<nnk@google.com>
Sat, 2 Feb 2013 00:09:23 +0000
(16:09 -0800)
committer
Nick Kralevich
<nnk@google.com>
Sat, 2 Feb 2013 00:09:23 +0000
(16:09 -0800)
Change-Id: I55e78e339874a6d6a3381c2550556b65c7ec1ca0
libs/utils/Threads.cpp
patch
|
blob
|
history
diff --git
a/libs/utils/Threads.cpp
b/libs/utils/Threads.cpp
index
a25a81f
..
1803020
100644
(file)
--- 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>