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
This commit is contained in:
jeremyd2019
2021-09-11 05:00:13 -07:00
committed by GitHub
parent 3d4a902f31
commit 69bb2804da
+2
View File
@@ -27,6 +27,8 @@
* $FreeBSD: head/lib/libc/aarch64/_fpmath.h 281197 2015-04-07 09:52:14Z andrew $
*/
#include <stdint.h>
union IEEEl2bits {
long double e;
struct {