| commit | 1c78cb0fee257cdee13acceaee3de88e40d77e1b | [log] [tgz] |
|---|---|---|
| author | Dan Albert <danalbert@google.com> | Wed Oct 11 11:25:25 2017 -0700 |
| committer | Dan Albert <danalbert@google.com> | Wed Oct 11 11:25:52 2017 -0700 |
| tree | c6bf25c41c4e4d863871f4a7cc191542ffbe89f1 | |
| parent | 983c2da84cdcd0171b7f726b78990cabd0a58f49 [diff] [blame] |
Add missing includes. Test: mma Bug: None Change-Id: I0221b213e08d07cc5ac0b704a86e98ae8c0f456f
diff --git a/libc/bionic/iconv.cpp b/libc/bionic/iconv.cpp index b0372a1..015d70f 100644 --- a/libc/bionic/iconv.cpp +++ b/libc/bionic/iconv.cpp
@@ -32,6 +32,7 @@ #include <endian.h> #include <errno.h> #include <stdlib.h> +#include <string.h> #include <uchar.h> #include "private/bionic_mbstate.h"