Add the Missing Header
`stderror` is used in this file and it is defined in `string.h/cstring`, so the header file needs to be directly included. Test: build Bug: 285204695 Change-Id: Idf34126626ad0e9bb397df3d5da50439bf18381d
This commit is contained in:
parent
da739b2eea
commit
b3e1993ee5
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
|||
*/
|
||||
#include <utils/Errors.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
std::string statusToString(status_t s) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue