Skip to content

Commit 61bf85e

Browse files
committed
Include machine/fpu.h on FreeBSD
1 parent b450308 commit 61bf85e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pal/src/include/pal/context.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ extern "C"
2525
* platforms and another type elsewhere. */
2626
#if HAVE_UCONTEXT_T
2727
#include <ucontext.h>
28+
#ifdef __FreeBSD__
29+
#include <machine/fpu.h>
30+
#endif
2831

2932
typedef ucontext_t native_context_t;
3033
#else // HAVE_UCONTEXT_T

0 commit comments

Comments
 (0)