diff options
| author | Elliott Hughes <enh@google.com> | 2013-10-09 23:30:38 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-10-09 23:30:39 +0000 |
| commit | 37953ee3feb60b84e43349df0b13544367ca1cd7 (patch) | |
| tree | 9854167170b90563f6948b5936dbed1effeed706 | |
| parent | bc545e8a98dd4e1148e8b9c9ca491d1a481ee94d (diff) | |
| parent | fb3f956d075676c0438f2ee2bf3a5be659dfc04b (diff) | |
| download | bionic-37953ee3feb60b84e43349df0b13544367ca1cd7.zip bionic-37953ee3feb60b84e43349df0b13544367ca1cd7.tar.gz bionic-37953ee3feb60b84e43349df0b13544367ca1cd7.tar.bz2 | |
Merge "Fix build."
| -rw-r--r-- | libc/bionic/__read_chk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { |
