summaryrefslogtreecommitdiff
path: root/libs/hwui/ProfileDataContainer.cpp
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-10-12 13:27:26 -0700
committerDan Albert <danalbert@google.com>2017-10-12 13:27:26 -0700
commit55a3ec923ef6fd1e77df6c607734c10c8ca3fb99 (patch)
tree569654ebd10040a4a61ba6597ad8ad8d46d811ab /libs/hwui/ProfileDataContainer.cpp
parent1174802b4ce71e414b2e7f4bdc68a78acaa9e14f (diff)
Add missing includes.
Change-Id: I652b42aa8355e66405d3207e61d577b5ddf9ae17 Exempt-From-Owner-Approval: trivial cleanup Test: mma Bug: None
Diffstat (limited to 'libs/hwui/ProfileDataContainer.cpp')
-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 */