about summary refs log tree commit diff
path: root/sysdeps/m68k/sys/ucontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/sys/ucontext.h')
-rw-r--r--sysdeps/m68k/sys/ucontext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/m68k/sys/ucontext.h b/sysdeps/m68k/sys/ucontext.h
index ef85368cb2..1c363a8c31 100644
--- a/sysdeps/m68k/sys/ucontext.h
+++ b/sysdeps/m68k/sys/ucontext.h
@@ -23,6 +23,12 @@
 #include <features.h>
 #include <signal.h>
 
+/* We need the signal context definitions even if they are not exposed
+   by <signal.h>.  */
+#include <bits/sigcontext.h>
+#include <bits/sigstack.h>
+
+
 /* Type for general register.  */
 typedef int greg_t;