summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-01-07 18:15:53 +0100
committerTom Marshall <tdm@cyngn.com>2016-07-15 11:09:38 -0700
commit7592c94124e7fd7ea8bd8592c4a8e1001d6f6e4d (patch)
tree6a292fae27e7632acd76e63fbc92e77db67b3720
parentebb3a5e26f19355bbaa00d7da9b993a418c915f9 (diff)
downloadandroid_art-7592c94124e7fd7ea8bd8592c4a8e1001d6f6e4d.tar.gz
android_art-7592c94124e7fd7ea8bd8592c4a8e1001d6f6e4d.tar.bz2
android_art-7592c94124e7fd7ea8bd8592c4a8e1001d6f6e4d.zip
fixes build with toolchains using a more recent LLVM version Change-Id: Ia977369547c2d429e441d0d2b097721f0b5210a9 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r--runtime/utils.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/utils.cc b/runtime/utils.cc
index 80938cea18..7404e266ea 100644
--- a/runtime/utils.cc
+++ b/runtime/utils.cc
@@ -18,6 +18,7 @@
#include <inttypes.h>
#include <pthread.h>
+#include <sys/resource.h>
#include <sys/stat.h>
#include <sys/syscall.h>
#include <sys/types.h>