summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-10-12 22:19:48 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-10-12 22:19:48 +0000
commitb762f56e6b0ca4b162a964e618ea8e10645b9fb0 (patch)
tree5a08937e365ebfaeb7878a201cdbcc97b725329d
parentb43d18baf7f1fe5359d5d47c6e94995cec9b827b (diff)
parent55a3ec923ef6fd1e77df6c607734c10c8ca3fb99 (diff)
Merge "Add missing includes."
-rw-r--r--libs/hwui/ProfileDataContainer.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/hwui/ProfileDataContainer.cpp b/libs/hwui/ProfileDataContainer.cpp
index cbf3eb390f53..70a77ed5f10e 100644
--- a/libs/hwui/ProfileDataContainer.cpp
+++ b/libs/hwui/ProfileDataContainer.cpp
@@ -16,6 +16,8 @@
#include "ProfileDataContainer.h"
+#include <errno.h>
+
#include <log/log.h>
#include <cutils/ashmem.h>
@@ -75,4 +77,4 @@ void ProfileDataContainer::switchStorageToAshmem(int ashmemfd) {
}
} /* namespace uirenderer */
-} /* namespace android */ \ No newline at end of file
+} /* namespace android */