commit | 4c5891d93dc151e2f07fc87ae967f23e6c3d6e0c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Feb 19 22:49:44 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Feb 19 22:49:44 2015 -0800 |
tree | 0a18a145999730a8bcb118c2b42b4e6a8ffa15d9 | |
parent | 97484d3a9d0d822aeaaa1547aeb76d7669076082 [diff] |
valgrind can't find syscall because we didn't put it in <unistd.h>. Change-Id: I1e47291d4476bd2816138a8cf58f29d4986d39e3
diff --git a/libc/bionic/ndk_cruft.cpp b/libc/bionic/ndk_cruft.cpp index 28d6355..77412ac 100644 --- a/libc/bionic/ndk_cruft.cpp +++ b/libc/bionic/ndk_cruft.cpp
@@ -31,6 +31,7 @@ #include <ctype.h> #include <dirent.h> +#include <errno.h> #include <inttypes.h> #include <pthread.h> #include <signal.h>