commit | 84b9ff8b1c1e58c735d1296380c36227ca825ea1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jan 28 19:54:13 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Jan 28 19:54:13 2015 -0800 |
tree | e4bfd2237b596120ae037ebfd89a00aeb82c445a | |
parent | 7b8e44f511fdb5bd2730e29cc88f72305cf7ab16 [diff] [blame] |
Add missing includes. Change-Id: Ia74cceea707e51195a570eed37d4b334ac413773
diff --git a/modules/hwcomposer/hwcomposer.cpp b/modules/hwcomposer/hwcomposer.cpp index f0a5512..9d1aa34 100644 --- a/modules/hwcomposer/hwcomposer.cpp +++ b/modules/hwcomposer/hwcomposer.cpp
@@ -16,8 +16,9 @@ #include <hardware/hardware.h> -#include <fcntl.h> #include <errno.h> +#include <fcntl.h> +#include <malloc.h> #include <cutils/log.h> #include <cutils/atomic.h>