commit | bcd1a834d4a979ae650ac8677b0647cfb3ec4766 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Sun Nov 02 06:13:53 2014 -0800 |
committer | Nick Kralevich <nnk@google.com> | Sun Nov 02 06:13:53 2014 -0800 |
tree | dc1af30892d33ec52f74edc679bfa5d0b2221e70 | |
parent | b968d5c8468c9b0707f88f773fae16074e9018cf [diff] |
maybe fix mac build system/core/libnativebridge/tests/CodeCacheExists_test.cpp:30:15: error: use of undeclared identifier 'ENOENT' ASSERT_EQ(ENOENT, errno); Change-Id: I188074b878a7ec3955a9f4b5dc7d1bfc56e2ccbc
diff --git a/libnativebridge/tests/CodeCacheCreate_test.cpp b/libnativebridge/tests/CodeCacheCreate_test.cpp index 6aa8eaa..58270c4 100644 --- a/libnativebridge/tests/CodeCacheCreate_test.cpp +++ b/libnativebridge/tests/CodeCacheCreate_test.cpp
@@ -16,6 +16,7 @@ #include "NativeBridgeTest.h" +#include <errno.h> #include <sys/stat.h> #include <unistd.h>
diff --git a/libnativebridge/tests/CodeCacheExists_test.cpp b/libnativebridge/tests/CodeCacheExists_test.cpp index 43f8d9c..8ba0158 100644 --- a/libnativebridge/tests/CodeCacheExists_test.cpp +++ b/libnativebridge/tests/CodeCacheExists_test.cpp
@@ -16,6 +16,7 @@ #include "NativeBridgeTest.h" +#include <errno.h> #include <sys/stat.h> #include <unistd.h>