diff options
| -rw-r--r-- | runtime/native/dalvik_system_ZygoteHooks.cc | 2 |
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() { |