From 69bb2804dae43f0de958ec3ea059642c5d44fdea Mon Sep 17 00:00:00 2001 From: jeremyd2019 Date: Sat, 11 Sep 2021 05:00:13 -0700 Subject: [PATCH] Another Windows ARM64 fix (#253) * Another Windows ARM64 fix include stdint.h to be sure that uint64_t can be used. This header already had references to uint32_t, so I assumed it was safe to use those typedefs, but a compile error revealed it was not always. * fix munged whitespace --- src/aarch64_fpmath.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/aarch64_fpmath.h b/src/aarch64_fpmath.h index c95ea9b..e1fdc63 100644 --- a/src/aarch64_fpmath.h +++ b/src/aarch64_fpmath.h @@ -27,6 +27,8 @@ * $FreeBSD: head/lib/libc/aarch64/_fpmath.h 281197 2015-04-07 09:52:14Z andrew $ */ +#include + union IEEEl2bits { long double e; struct {