diff options
| author | 2022-07-08 21:09:16 +0000 | |
|---|---|---|
| committer | 2022-07-08 21:09:16 +0000 | |
| commit | d4aa87c5c236b7c484ccf6ca8a5082db8cf23840 (patch) | |
| tree | 57f6f0445b2fd330329cfef1e92bea3af9e2d85d /libs/binder/RpcServer.cpp | |
| parent | 29d5414928540044fbd5c007ff959bf8e92b7821 (diff) | |
| parent | 7c0b79f00a17e0a284b519418655c539dc0f3940 (diff) | |
Merge changes I2703fb81,Ie95a70c2
* changes:
libbinder: separate OS-specific code from Utils.cpp
libbinder: mix and match binderRpcTest client and services
Diffstat (limited to 'libs/binder/RpcServer.cpp')
| -rw-r--r-- | libs/binder/RpcServer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/RpcServer.cpp b/libs/binder/RpcServer.cpp index 1cd1fd3afd..ee90710078 100644 --- a/libs/binder/RpcServer.cpp +++ b/libs/binder/RpcServer.cpp @@ -34,6 +34,7 @@ #include "BuildFlags.h" #include "FdTrigger.h" +#include "OS.h" #include "RpcSocketAddress.h" #include "RpcState.h" #include "RpcWireFormat.h" |