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
This commit is contained in:
Nick Kralevich 2014-11-02 06:13:53 -08:00
parent b968d5c846
commit bcd1a834d4
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@
#include "NativeBridgeTest.h"
#include <errno.h>
#include <sys/stat.h>
#include <unistd.h>

View file

@ -16,6 +16,7 @@
#include "NativeBridgeTest.h"
#include <errno.h>
#include <sys/stat.h>
#include <unistd.h>