commit | b0269508d929c1949212f137148cf9222db70d83 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 12 15:31:24 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 12 15:31:24 2017 +0000 |
tree | 0ba0e61ab27b3c899ad302fec186129ca3a9add7 | |
parent | b626ce66865b99ffababf3c5c51bb31f1845d1be [diff] | |
parent | bea330844a2be6e7f8d975a671f56a3eda40545a [diff] |
Merge "libsparse: fix building on linux host." am: 716488f53f am: bea330844a Change-Id: I0fd4102d17e3243d74761505326124a2d9e7f4d6
diff --git a/libsparse/sparse_read.cpp b/libsparse/sparse_read.cpp index bd66873..91d551c 100644 --- a/libsparse/sparse_read.cpp +++ b/libsparse/sparse_read.cpp
@@ -25,6 +25,7 @@ #include <stdint.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <string> #include <unistd.h>