commit | 37953ee3feb60b84e43349df0b13544367ca1cd7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Oct 09 23:30:38 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 09 23:30:39 2013 +0000 |
tree | 9854167170b90563f6948b5936dbed1effeed706 | |
parent | bc545e8a98dd4e1148e8b9c9ca491d1a481ee94d [diff] | |
parent | fb3f956d075676c0438f2ee2bf3a5be659dfc04b [diff] |
Merge "Fix build."
diff --git a/libc/bionic/__read_chk.cpp b/libc/bionic/__read_chk.cpp index d7133f1..9de99c1 100644 --- a/libc/bionic/__read_chk.cpp +++ b/libc/bionic/__read_chk.cpp
@@ -28,7 +28,7 @@ #undef _FORTIFY_SOURCE #include <unistd.h> -#include "libc_logging.h" +#include "private/libc_logging.h" extern "C" ssize_t __read_chk(int fd, void* buf, size_t count, size_t buf_size) { if (__predict_false(count > buf_size)) {