| commit | 6b2ea1ca7031c2a8f2f060490d974428ecd76780 | [log] [tgz] |
|---|---|---|
| author | Anatol Pomazau <anatol@google.com> | Thu Aug 08 14:43:57 2019 -0700 |
| committer | Anatol Pomozov <anatol@google.com> | Mon Aug 12 18:34:49 2019 +0000 |
| tree | 1bcdfd71873c2a87711f2118adea3f6c27466e9e | |
| parent | a22599df5872aeec9053a4f434107bff8f5cf257 [diff] |
Add header that declares memcpy()
It helps to fix a compilation issue with host libc:
core/fs_mgr/liblp/reader.cpp:252:9: error: use of undeclared identifier 'memcpy'; did you mean 'wmemcpy'?
memcpy(&partition, cursor, sizeof(partition));
^~~~~~
wmemcpy
Change-Id: I68f9c5b815b09f846aeba67bce0290f6829c80cf