summaryrefslogtreecommitdiffstats
path: root/linker/linker_allocator.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-29 03:23:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-29 03:23:35 +0000
commit7f17aea2fc21aaf657824a023a4b7582fb74a2d9 (patch)
tree6ca1abad535824e4c45866315896e264d9c57b52 /linker/linker_allocator.cpp
parent017da8bc58ba07be92dd371020e9dc3fe26f481b (diff)
parent05fc1d7050d5451aea08dc5f504d2670287b2d43 (diff)
downloadbionic-7f17aea2fc21aaf657824a023a4b7582fb74a2d9.zip
bionic-7f17aea2fc21aaf657824a023a4b7582fb74a2d9.tar.gz
bionic-7f17aea2fc21aaf657824a023a4b7582fb74a2d9.tar.bz2
Merge "Add missing includes."
Diffstat (limited to 'linker/linker_allocator.cpp')
-rw-r--r--linker/linker_allocator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linker/linker_allocator.cpp b/linker/linker_allocator.cpp
index 92220e8..ac11b97 100644
--- a/linker/linker_allocator.cpp
+++ b/linker/linker_allocator.cpp
@@ -13,8 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
#include "linker_allocator.h"
#include <inttypes.h>
+#include <string.h>
#include <sys/mman.h>
#include <unistd.h>