commit | 44985f4049f8c0b9a60a41b67ad4b9a184dd8cef | [log] [tgz] |
---|---|---|
author | Biswapriyo Nath <nathbappai@gmail.com> | Thu Oct 20 10:42:06 2022 +0530 |
committer | Biswapriyo Nath <nathbappai@gmail.com> | Fri Oct 21 01:47:21 2022 +0530 |
tree | a6465207e386871a3261ad4d42ae31c333cd0044 | |
parent | 15534132c17ae962d8153071ca3beaf8311e20d2 [diff] |
partition_tools: Include string.h for strerror in lpadd This fixes the following error: extras/partition_tools/lpadd.cc:81:26: error: ‘strerror’ was not declared in this scope; did you mean ‘stderr’? 81 | << strerror(saved_errno) << std::endl; | ^~~~~~~~ | stderr Change-Id: I05da9a447be4024943caab73bdc38776d9caa40e