summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-10-09 16:33:59 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-09 16:33:59 -0700
commitaa3c17e8f8b9b3b5b8dc3c7c0fbe85b774f83722 (patch)
tree9854167170b90563f6948b5936dbed1effeed706
parent8826ba8ab6922927bdac2466d2903916d5806a06 (diff)
parent37953ee3feb60b84e43349df0b13544367ca1cd7 (diff)
downloadbionic-aa3c17e8f8b9b3b5b8dc3c7c0fbe85b774f83722.zip
bionic-aa3c17e8f8b9b3b5b8dc3c7c0fbe85b774f83722.tar.gz
bionic-aa3c17e8f8b9b3b5b8dc3c7c0fbe85b774f83722.tar.bz2
am 37953ee3: Merge "Fix build."
* commit '37953ee3feb60b84e43349df0b13544367ca1cd7': Fix build.
-rw-r--r--libc/bionic/__read_chk.cpp2
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)) {