diff options
Diffstat (limited to 'libs/binder/ProcessState.cpp')
-rw-r--r-- | libs/binder/ProcessState.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index b14a838447..4a01d8176d 100644 --- a/libs/binder/ProcessState.cpp +++ b/libs/binder/ProcessState.cpp @@ -25,9 +25,10 @@ #include <binder/IServiceManager.h> #include <binder/Stability.h> #include <cutils/atomic.h> +#include <utils/AndroidThreads.h> #include <utils/Log.h> #include <utils/String8.h> -#include <utils/threads.h> +#include <utils/Thread.h> #include "Static.h" #include "binder_module.h" |