commit | b8a8cf0d1a333401eae9c9e1d70b9c1b154ff9c9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jan 24 18:36:29 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Jan 26 11:57:11 2015 -0800 |
tree | 1b6e04d81d4ab74f9928a79deeef386e689ae4a8 | |
parent | 66eeec8e160feddc2b35c4ff9d20de92f37331dd [diff] [blame] |
Add <error.h>. Bug: https://code.google.com/p/android/issues/detail?id=79170 Change-Id: Id91765fac45124545e2674a5b2c814707c1a448b
diff --git a/libc/Android.mk b/libc/Android.mk index 71ddbd3..522d514 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -112,6 +112,7 @@ bionic/epoll_pwait.cpp \ bionic/epoll_wait.cpp \ bionic/__errno.cpp \ + bionic/error.cpp \ bionic/eventfd_read.cpp \ bionic/eventfd_write.cpp \ bionic/ffs.cpp \