summaryrefslogtreecommitdiff
path: root/base/errors_unix.cpp
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol@google.com>2019-08-10 01:56:27 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-08-10 01:56:27 +0000
commit7eca57a20e12857872042686457454e87c43efa4 (patch)
treea33d15b04862876b3187b9f3fa4e3e6b77ac03bb /base/errors_unix.cpp
parent3e59c847cc671cafd5be666531596e6e21ecf9ca (diff)
parentfd41f9a579f0a606d64edf76a239344bffcec89f (diff)
Merge "Add header that defines strerror()"
Diffstat (limited to 'base/errors_unix.cpp')
-rw-r--r--base/errors_unix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/errors_unix.cpp b/base/errors_unix.cpp
index 296995efe2..48269b6750 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 {