commit | c5dd99fd581a0c92802d707e3d2017ddd3fec72c | [log] [tgz] |
---|---|---|
author | Goran Jakovljevic <Goran.Jakovljevic@imgtec.com> | Mon Jun 12 13:46:18 2017 +0200 |
committer | Goran Jakovljevic <Goran.Jakovljevic@imgtec.com> | Mon Jun 12 13:56:16 2017 +0200 |
tree | ef4551ff3d887845cdccadc259437a1f2c41e507 | |
parent | 237377b48fdba2c7025ce369ffeae1bde25f77f4 [diff] |
Fix mips64 build Added missing include. Test: successful aosp_mips64-eng build Change-Id: I88ee9d9c6f8b159da4a1a4bb92c194d6355868ee
diff --git a/runtime/arch/mips64/entrypoints_init_mips64.cc b/runtime/arch/mips64/entrypoints_init_mips64.cc index 763d93e..007f7b3 100644 --- a/runtime/arch/mips64/entrypoints_init_mips64.cc +++ b/runtime/arch/mips64/entrypoints_init_mips64.cc
@@ -14,6 +14,7 @@ * limitations under the License. */ +#include <math.h> #include <string.h> #include "atomic.h"