summaryrefslogtreecommitdiffstats
path: root/modules/tv_input
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 19:54:13 -0800
committerElliott Hughes <enh@google.com>2015-01-28 19:54:13 -0800
commit84b9ff8b1c1e58c735d1296380c36227ca825ea1 (patch)
treee4bfd2237b596120ae037ebfd89a00aeb82c445a /modules/tv_input
parent7b8e44f511fdb5bd2730e29cc88f72305cf7ab16 (diff)
downloadhardware_libhardware-84b9ff8b1c1e58c735d1296380c36227ca825ea1.tar.gz
hardware_libhardware-84b9ff8b1c1e58c735d1296380c36227ca825ea1.tar.bz2
hardware_libhardware-84b9ff8b1c1e58c735d1296380c36227ca825ea1.zip
Add missing includes.
Change-Id: Ia74cceea707e51195a570eed37d4b334ac413773
Diffstat (limited to 'modules/tv_input')
-rw-r--r--modules/tv_input/tv_input.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/tv_input/tv_input.cpp b/modules/tv_input/tv_input.cpp
index bc02786..114e80e 100644
--- a/modules/tv_input/tv_input.cpp
+++ b/modules/tv_input/tv_input.cpp
@@ -14,8 +14,9 @@
* limitations under the License.
*/
-#include <fcntl.h>
#include <errno.h>
+#include <fcntl.h>
+#include <malloc.h>
#include <cutils/log.h>
#include <cutils/native_handle.h>