Merge "Add header that defines strerror()"

This commit is contained in:
Anatol Pomozov 2019-08-10 01:56:27 +00:00 committed by Gerrit Code Review
commit 7eca57a20e

View file

@ -17,6 +17,7 @@
#include "android-base/errors.h"
#include <errno.h>
#include <string.h>
namespace android {
namespace base {