summaryrefslogtreecommitdiff
path: root/libs/hwui/ProfileDataContainer.cpp
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-12-13 19:52:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-12-13 19:52:11 +0000
commitafa15b0846179b0618f5d48ccce19975c07fd82f (patch)
treeb6a147ffe7174830d70fb18b00339acc9df4823b /libs/hwui/ProfileDataContainer.cpp
parentc1ad3c5f2966e8f0911e5fc3559229078bfd2266 (diff)
parentb0efcc1f68201f32ce3d5427d2c4847ecb94d0aa (diff)
Merge "Include what we use."
am: b0efcc1f68 Change-Id: Ic75bda75c80be19ee7f0f865ffd9e4f8c70fe785
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 */