commit | 9f93afecb6e3467e43f919e8f20f3ab3d11f45b2 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Oct 11 12:42:46 2017 -0700 |
committer | Dan Albert <danalbert@google.com> | Wed Oct 11 14:20:03 2017 -0700 |
tree | 796180c5bb572dd1d6a00517e8ad1ff2384c0dd5 | |
parent | 086cbeec4ee360c5bee866ab1587d60dbb9faa81 [diff] [blame] |
Add missing includes. Test: mma Bug: None Change-Id: I27d0860770f40b0d210277fbbf0242db450e0e0d
diff --git a/opengl/libs/EGL/BlobCache.cpp b/opengl/libs/EGL/BlobCache.cpp index f1b30c7..0624b60 100644 --- a/opengl/libs/EGL/BlobCache.cpp +++ b/opengl/libs/EGL/BlobCache.cpp
@@ -18,6 +18,7 @@ #include "BlobCache.h" +#include <errno.h> #include <inttypes.h> #include <cutils/properties.h>