commit | 7eca57a20e12857872042686457454e87c43efa4 | [log] [tgz] |
---|---|---|
author | Anatol Pomozov <anatol@google.com> | Sat Aug 10 01:56:27 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Aug 10 01:56:27 2019 +0000 |
tree | a33d15b04862876b3187b9f3fa4e3e6b77ac03bb | |
parent | 3e59c847cc671cafd5be666531596e6e21ecf9ca [diff] | |
parent | fd41f9a579f0a606d64edf76a239344bffcec89f [diff] |
Merge "Add header that defines strerror()"
diff --git a/base/errors_unix.cpp b/base/errors_unix.cpp index 296995e..48269b6 100644 --- a/base/errors_unix.cpp +++ b/base/errors_unix.cpp
@@ -17,6 +17,7 @@ #include "android-base/errors.h" #include <errno.h> +#include <string.h> namespace android { namespace base {