summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/cbigint.h
diff options
context:
space:
mode:
Diffstat (limited to 'luni/src/main/native/cbigint.h')
-rw-r--r--luni/src/main/native/cbigint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/luni/src/main/native/cbigint.h b/luni/src/main/native/cbigint.h
index 220aba8..b149053 100644
--- a/luni/src/main/native/cbigint.h
+++ b/luni/src/main/native/cbigint.h
@@ -17,8 +17,11 @@
#if !defined(cbigint_h)
#define cbigint_h
+
+#include "hycomp.h"
#include "fltconst.h"
#include "JNIHelp.h"
+
#define LOW_U32_FROM_VAR(u64) LOW_U32_FROM_LONG64(u64)
#define LOW_U32_FROM_PTR(u64ptr) LOW_U32_FROM_LONG64_PTR(u64ptr)
#define HIGH_U32_FROM_VAR(u64) HIGH_U32_FROM_LONG64(u64)