commit | 857709de31256dd50a7ccf50f62cfffddaeb8ce9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 12 15:18:40 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 12 15:18:40 2017 +0000 |
tree | 7a28f4bf14feb72daa1a011405e7175ef165678d | |
parent | 8b33d789235d52c4c9c266b84c93418b1cf48260 [diff] | |
parent | 9e8f2c53c37358833a73e377f186562693fa857f [diff] |
Merge "libsparse: fix building on linux host."
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>