summaryrefslogtreecommitdiffstats
path: root/runtime/native/dalvik_system_ZygoteHooks.cc
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-04-02 12:06:02 +0100
committerNarayan Kamath <narayan@google.com>2014-04-02 12:07:32 +0100
commitad4b0d2c671a5aa5f11e731eb51a905eb513a266 (patch)
tree366c24aed164c1ca16cbef1b026d5554c85fedb7 /runtime/native/dalvik_system_ZygoteHooks.cc
parent2dc2bf9ad867dfc71bf209dead1315615659e8f9 (diff)
downloadandroid_art-ad4b0d2c671a5aa5f11e731eb51a905eb513a266.tar.gz
android_art-ad4b0d2c671a5aa5f11e731eb51a905eb513a266.tar.bz2
android_art-ad4b0d2c671a5aa5f11e731eb51a905eb513a266.zip
Include <sys/resource.h> for rlimit.
Change-Id: I0e487f8191e284052d8b82eb942d723147d780a1
Diffstat (limited to 'runtime/native/dalvik_system_ZygoteHooks.cc')
-rw-r--r--runtime/native/dalvik_system_ZygoteHooks.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/native/dalvik_system_ZygoteHooks.cc b/runtime/native/dalvik_system_ZygoteHooks.cc
index 5455daa285..2af5324add 100644
--- a/runtime/native/dalvik_system_ZygoteHooks.cc
+++ b/runtime/native/dalvik_system_ZygoteHooks.cc
@@ -25,6 +25,8 @@
#include <sys/prctl.h>
#endif
+#include <sys/resource.h>
+
namespace art {
static void EnableDebugger() {