aboutsummaryrefslogtreecommitdiffstats
path: root/lang/mit-scheme/files/patch-microcode_uxtrap.h
blob: 1674769557bbc9f5f5b20963ae2a72c81a13f2e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- microcode/uxtrap.h.orig
+++ microcode/uxtrap.h
@@ -413,6 +413,14 @@
 
 #endif /* __IA32__ */
 
+#ifdef __x86_64__
+ 
+#if defined(__FreeBSD__)
+#  include <ucontext.h>
+#endif
+
+#endif /* __x86_64__ */
+
 #ifdef __alpha
 
 #define HAVE_SIGCONTEXT