diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-01-07 18:15:53 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-01-14 14:45:43 +0100 |
commit | ea49b3f4e3e3ab23110b3e4b6f53c7584fae0476 (patch) | |
tree | f2481953ffdacb26512c0d3dadcf8e14d99102ad | |
parent | 0299788b7a974841aa3324a573fbf04f49a4f23c (diff) | |
download | art-ea49b3f4e3e3ab23110b3e4b6f53c7584fae0476.zip art-ea49b3f4e3e3ab23110b3e4b6f53c7584fae0476.tar.gz art-ea49b3f4e3e3ab23110b3e4b6f53c7584fae0476.tar.bz2 |
add missing include
fixes build with custom toolchain
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 80938ce..7404e26 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> |