diff options
Diffstat (limited to 'libs/hwui/ProfileDataContainer.cpp')
-rw-r--r-- | libs/hwui/ProfileDataContainer.cpp | 3 |
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 */ |