| commit | c0aff669f873cb04d4972c0718a0fe8fc994ec41 | [log] [tgz] |
|---|---|---|
| author | Tom Cherry <tomcherry@google.com> | Tue Apr 14 01:17:37 2020 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 14 01:17:37 2020 +0000 |
| tree | a1ba550a7b1ebd6dd36ee358900b98e1def3b9e2 | |
| parent | af9652b1fb191e4637c1864bf5cd09b731536306 [diff] | |
| parent | 28ac3b928597580c5b618928876ce3d1b419edc1 [diff] |
Merge "Include what you use: <unistd.h>"
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>