commit | 56e1b4ca551fef616fbbb0a0fcfec8e5f9651ab9 | [log] [tgz] |
---|---|---|
author | Anatol Pomozov <anatol@google.com> | Mon Aug 12 13:40:34 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 12 13:40:34 2019 -0700 |
tree | 8f1b8327a6e3664001301a54eed9b37da9398eaf | |
parent | ae72ec8e939ccd40fa3159bd7e167b7e5a7aa0ff [diff] | |
parent | 5c8ec7a9a10af659acb4f73bed0f28df5c448546 [diff] |
Merge "Add header that declares memcpy()" am: 0fe1b4bd8c Change-Id: I497714e9d8aeffd4637969e90219e7fd666f602d
diff --git a/fs_mgr/liblp/reader.cpp b/fs_mgr/liblp/reader.cpp index dcee6d2..8dbe955 100644 --- a/fs_mgr/liblp/reader.cpp +++ b/fs_mgr/liblp/reader.cpp
@@ -18,6 +18,7 @@ #include <stddef.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include <functional>
diff --git a/fs_mgr/liblp/writer.cpp b/fs_mgr/liblp/writer.cpp index bffcb7e..8a983ad 100644 --- a/fs_mgr/liblp/writer.cpp +++ b/fs_mgr/liblp/writer.cpp
@@ -17,6 +17,7 @@ #include "writer.h" #include <inttypes.h> +#include <string.h> #include <unistd.h> #include <string>