diff options
Diffstat (limited to 'libs/binder/OS.h')
-rw-r--r-- | libs/binder/OS.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/binder/OS.h b/libs/binder/OS.h index d6e1c78ae9..5ab8bab0e7 100644 --- a/libs/binder/OS.h +++ b/libs/binder/OS.h @@ -20,6 +20,7 @@ #include <android-base/result.h> #include <android-base/unique_fd.h> +#include <binder/RpcTransport.h> #include <utils/Errors.h> namespace android { @@ -30,4 +31,6 @@ status_t getRandomBytes(uint8_t* data, size_t size); status_t dupFileDescriptor(int oldFd, int* newFd); +std::unique_ptr<RpcTransportCtxFactory> makeDefaultRpcTransportCtxFactory(); + } // namespace android |