summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-19 15:36:17 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-19 15:36:17 +0000
commit66cc904514c1af93733d658253a62c87d2ef89d9 (patch)
tree471ae427cc05588c5195692a80f31297a4df7827
parentfc6d21433d152724dd7868e9b6b5d5cbf2be97ab (diff)
parente72c034e61743d9e34ac1c3da9af116768f4aec1 (diff)
downloaddalvik-66cc904514c1af93733d658253a62c87d2ef89d9.tar.gz
Merge "dalvik: use proper nativehelper headers" am: dfdc080699 am: 7d323ac8b2
am: e72c034e61 Change-Id: I68d8a21f6b8d77c3b41b290a737d33ed238745c1
-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
/*