commit | 46ffa93a77aad021f9a642e947a5b2fa1913b65d | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Tue Apr 14 01:48:58 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 14 01:48:58 2020 +0000 |
tree | 310daf8d664b396a37b40c7fa0b5375b3ab8e3a5 | |
parent | 7358ff4002713da2541f34445b55afd32123178c [diff] | |
parent | c0aff669f873cb04d4972c0718a0fe8fc994ec41 [diff] |
Merge "Include what you use: <unistd.h>" am: c0aff669f8 Change-Id: I16d9175cc467112187272f0a79c7dcb8c1d98036
diff --git a/opengl/libs/EGL/FileBlobCache.cpp b/opengl/libs/EGL/FileBlobCache.cpp index 96a29e1..3284778 100644 --- a/opengl/libs/EGL/FileBlobCache.cpp +++ b/opengl/libs/EGL/FileBlobCache.cpp
@@ -21,6 +21,7 @@ #include <inttypes.h> #include <sys/mman.h> #include <sys/stat.h> +#include <unistd.h> #include <log/log.h>