commit | 6bfc8395fcdbc4927899cca2867ee988ac6c81cf | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 12 15:39:27 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 12 15:39:27 2017 +0000 |
tree | f54b02b007f531d5610903a7bb761dc32e67382f | |
parent | 0265bc85273a52e45b381a68c1dfdf3f8458997f [diff] | |
parent | 1532c53b34026d6db8f93b162b590723a6d312b2 [diff] |
Merge "libsparse: fix building on linux host." am: 716488f53f am: bea330844a am: b0269508d9 am: feea392699 Change-Id: I04b16ef835d62f76a7a4f40639e652e551356cee
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>