summaryrefslogtreecommitdiffstats
path: root/adf
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-29 21:31:23 -0800
committerElliott Hughes <enh@google.com>2015-01-29 21:31:23 -0800
commit3d74d7a739b0e92c612a82b8336b753079943ca8 (patch)
treead5884671ec1f6bd6de2e00397079d9dc3b65600 /adf
parent0114e1243ad25cbb43dec33a3b0b267fe624fbfe (diff)
downloadsystem_core-3d74d7a739b0e92c612a82b8336b753079943ca8.zip
system_core-3d74d7a739b0e92c612a82b8336b753079943ca8.tar.gz
system_core-3d74d7a739b0e92c612a82b8336b753079943ca8.tar.bz2
Add missing includes.
Change-Id: Iaa130c0a7eb2cbc0c8486546e5b622661b6d9e23
Diffstat (limited to 'adf')
-rw-r--r--adf/libadf/adf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/adf/libadf/adf.c b/adf/libadf/adf.c
index 1d19152..66c329c 100644
--- a/adf/libadf/adf.c
+++ b/adf/libadf/adf.c
@@ -17,9 +17,11 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
+#include <malloc.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
+#include <unistd.h>
#include <linux/limits.h>