summaryrefslogtreecommitdiff
path: root/libs/hwui/ProfileDataContainer.cpp
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-12-13 20:07:04 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-12-13 20:07:04 +0000
commit83a1241e5a86a633b45e4125ada70a0488dbe86a (patch)
tree160d3e07652bfbe43f1443c1f79aeac34e4c1aca /libs/hwui/ProfileDataContainer.cpp
parent7818322b62658e669ea2a47d2563d6a3cec2074e (diff)
parentafa15b0846179b0618f5d48ccce19975c07fd82f (diff)
Merge "Include what we use." am: b0efcc1f68
am: afa15b0846 Change-Id: I1f4ba5196d1118cfcd68821fa8ac0fbd17d8b5fc
Diffstat (limited to 'libs/hwui/ProfileDataContainer.cpp')
-rw-r--r--libs/hwui/ProfileDataContainer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/ProfileDataContainer.cpp b/libs/hwui/ProfileDataContainer.cpp
index cbf3eb390f53..9db0ef1d6e9a 100644
--- a/libs/hwui/ProfileDataContainer.cpp
+++ b/libs/hwui/ProfileDataContainer.cpp
@@ -19,6 +19,7 @@
#include <log/log.h>
#include <cutils/ashmem.h>
+#include <errno.h>
#include <sys/mman.h>
namespace android {
@@ -75,4 +76,4 @@ void ProfileDataContainer::switchStorageToAshmem(int ashmemfd) {
}
} /* namespace uirenderer */
-} /* namespace android */ \ No newline at end of file
+} /* namespace android */