commit | 439684412e5b61e1aa971bec32a50485d6011c04 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Oct 12 13:26:46 2017 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu Oct 12 13:26:46 2017 -0700 |
tree | 222b4b74238a37f9a12b24274a66447c0ff5020c | |
parent | 143f7f92c8a9a416a6e87cd149958c884f4859e5 [diff] |
Add missing includes. Change-Id: I81e1b647f6909f0c85a67094e4fbc1198bf65516 Exempt-From-Owner-Approval: trivial cleanup Test: mma Bug: None
diff --git a/gralloc960/gralloc_module_ion.cpp b/gralloc960/gralloc_module_ion.cpp index d91902c..db50d00 100644 --- a/gralloc960/gralloc_module_ion.cpp +++ b/gralloc960/gralloc_module_ion.cpp
@@ -18,6 +18,7 @@ #include <errno.h> #include <pthread.h> +#include <string.h> #include <cutils/log.h> #include <cutils/atomic.h>