commit | 8fcbec34afe56c0bb8287e84e0c2b58a4d0964eb | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Oct 24 10:54:34 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 24 10:54:34 2017 +0000 |
tree | 90517127b3755596a53a19767f16a952bf25e7ca | |
parent | 0ded9d7c6773063bcb1316612b2c2c4b33f4c956 [diff] | |
parent | e843e54393319f99e0155d2cf8c6af0be1f6ce60 [diff] |
Add missing includes. am: e843e54393 Change-Id: I7925e88b4094c862b33868948354ce39a0843e42
diff --git a/transport/allocator/1.0/utils/FrameworkUtils.cpp b/transport/allocator/1.0/utils/FrameworkUtils.cpp index 1fc6f3f..fec83ac 100644 --- a/transport/allocator/1.0/utils/FrameworkUtils.cpp +++ b/transport/allocator/1.0/utils/FrameworkUtils.cpp
@@ -14,6 +14,8 @@ * limitations under the License. */ +#include <unistd.h> + #include <hidlmemory/FrameworkUtils.h> namespace android {