We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b450308 commit 61bf85eCopy full SHA for 61bf85e
1 file changed
pal/src/include/pal/context.h
@@ -25,6 +25,9 @@ extern "C"
25
* platforms and another type elsewhere. */
26
#if HAVE_UCONTEXT_T
27
#include <ucontext.h>
28
+#ifdef __FreeBSD__
29
+#include <machine/fpu.h>
30
+#endif
31
32
typedef ucontext_t native_context_t;
33
#else // HAVE_UCONTEXT_T
0 commit comments