diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-01-07 18:15:53 +0100 |
---|---|---|
committer | Tom Marshall <tdm@cyngn.com> | 2016-07-15 11:09:38 -0700 |
commit | 7592c94124e7fd7ea8bd8592c4a8e1001d6f6e4d (patch) | |
tree | 6a292fae27e7632acd76e63fbc92e77db67b3720 | |
parent | ebb3a5e26f19355bbaa00d7da9b993a418c915f9 (diff) | |
download | art-cm-13.0.tar.gz art-cm-13.0.tar.bz2 art-cm-13.0.zip |
add missing includeHEADreplicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ycm-13.0
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.cc | 1 |
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> |