summaryrefslogtreecommitdiffstats
path: root/libion
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 22:08:15 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-28 22:08:15 +0000
commitd2ac374909f1331116c790f5469cdd0c9693e3fc (patch)
tree5e20a9e96a79d006afb329ec47935a8d5ff577aa /libion
parent519ec1aab8b65e1be65a27c5aec6bfb5e8de4704 (diff)
parent2e14f61731adbb1f0d0d54bab82bc2f0ecee6a11 (diff)
downloadsystem_core-d2ac374909f1331116c790f5469cdd0c9693e3fc.zip
system_core-d2ac374909f1331116c790f5469cdd0c9693e3fc.tar.gz
system_core-d2ac374909f1331116c790f5469cdd0c9693e3fc.tar.bz2
am 2e14f617: am 06b4e982: Merge "Add missing <malloc.h> and <string.h> includes."
* commit '2e14f61731adbb1f0d0d54bab82bc2f0ecee6a11': Add missing <malloc.h> and <string.h> includes.
Diffstat (limited to 'libion')
-rw-r--r--libion/ion.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libion/ion.c b/libion/ion.c
index 27ec47a..d1984bd 100644
--- a/libion/ion.c
+++ b/libion/ion.c
@@ -23,6 +23,7 @@
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
+#include <string.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/types.h>