Fix build.
'private' is no longer on the default include path inside bionic. Change-Id: I9bfab213a496fac585787118603af3aa2a1f9951
This commit is contained in:
parent
bc545e8a98
commit
fb3f956d07
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user