summaryrefslogtreecommitdiff
path: root/libs/binder/IPCThreadState.cpp
diff options
context:
space:
mode:
author Andrei Homescu <ahomescu@google.com> 2022-03-09 05:47:59 +0000
committer Andrei Homescu <ahomescu@google.com> 2022-03-09 05:47:59 +0000
commita643e2dabde445e257dc97e9ce81436497f6b2ee (patch)
tree203be6a1677d1efb6839458b83aefd5441599960 /libs/binder/IPCThreadState.cpp
parentbc8d5b4830d7fb5afe52f9d8809212babedd72b1 (diff)
Revert "libbinder: Replace deprecated utils/threads.h header"
This reverts commit bc8d5b4830d7fb5afe52f9d8809212babedd72b1. Reason for revert: breaks libvrflinger build Change-Id: I767dbf3ed56893ead497184d2204a04156faaa9d
Diffstat (limited to 'libs/binder/IPCThreadState.cpp')
-rw-r--r--libs/binder/IPCThreadState.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp
index 4d85c976b3..13f0a4c4a5 100644
--- a/libs/binder/IPCThreadState.cpp
+++ b/libs/binder/IPCThreadState.cpp
@@ -27,6 +27,7 @@
#include <utils/CallStack.h>
#include <utils/Log.h>
#include <utils/SystemClock.h>
+#include <utils/threads.h>
#include <atomic>
#include <errno.h>