diff options
| author | 2021-04-23 16:21:44 -0700 | |
|---|---|---|
| committer | 2021-04-30 00:39:18 +0000 | |
| commit | b1d573d724f956e65cc75419cce082a5cb4ac017 (patch) | |
| tree | 59f1d1b9cedf6ed4110f00869dc6eb3939294ba3 | |
| parent | 4e419d8a38ba0ca5bd44c74f36933044efabadfb (diff) | |
Add unique_fd header to IBinder.h
Test: building
Bug: 186266747
Change-Id: Ifefafd2ce4b9756e1c5c2ba66da6ba824bcc7d93
| -rw-r--r-- | libs/binder/include/binder/IBinder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/include/binder/IBinder.h b/libs/binder/include/binder/IBinder.h index 31f63c86b8..64c1e11329 100644 --- a/libs/binder/include/binder/IBinder.h +++ b/libs/binder/include/binder/IBinder.h @@ -16,6 +16,7 @@ #pragma once +#include <android-base/unique_fd.h> #include <utils/Errors.h> #include <utils/RefBase.h> #include <utils/String16.h> |