summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-19 15:33:48 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-19 15:33:48 +0000
commite72c034e61743d9e34ac1c3da9af116768f4aec1 (patch)
tree471ae427cc05588c5195692a80f31297a4df7827
parent29aaed7172e17f0c32829f2299c1e5bc0ee58e09 (diff)
parent7d323ac8b26dd4429455a0c83fda998020b11a01 (diff)
downloaddalvik-e72c034e61743d9e34ac1c3da9af116768f4aec1.tar.gz
Merge "dalvik: use proper nativehelper headers" am: dfdc080699
am: 7d323ac8b2 Change-Id: If9321e98a0fdbc9c62bcd558f436c88df874ae86
-rw-r--r--libdex/SysUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdex/SysUtil.cpp b/libdex/SysUtil.cpp
index 634e94ffa..f8d8ae664 100644
--- a/libdex/SysUtil.cpp
+++ b/libdex/SysUtil.cpp
@@ -30,7 +30,7 @@
#include <limits.h>
#include <errno.h>
-#include <JNIHelp.h> // TEMP_FAILURE_RETRY may or may not be in unistd
+#include <nativehelper/JNIHelp.h> // TEMP_FAILURE_RETRY may or may not be in unistd
/*