diff options
author | Elliott Hughes <enh@google.com> | 2017-10-12 15:18:40 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-12 15:18:40 +0000 |
commit | 716488f53f12a632bf6443f81ec6b85896e94ffd (patch) | |
tree | 7a28f4bf14feb72daa1a011405e7175ef165678d /libsparse/sparse_read.cpp | |
parent | 63a0008df7025c4db2e8dea7224216e74fb84953 (diff) | |
parent | c39caafbbbf3227517f2ae1081fc01716f19b263 (diff) |
Merge "libsparse: fix building on linux host."
Diffstat (limited to 'libsparse/sparse_read.cpp')
-rw-r--r-- | libsparse/sparse_read.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsparse/sparse_read.cpp b/libsparse/sparse_read.cpp index bd668735a..91d551c14 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> |