Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3e1993e authored by Hao Chen's avatar Hao Chen
Browse files

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
parent da739b2e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
 */
#include <utils/Errors.h>

#include <string.h>

namespace android {

std::string statusToString(status_t s) {