aboutsummaryrefslogtreecommitdiff
path: root/linux-user/ppc/target_signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/ppc/target_signal.h')
-rw-r--r--linux-user/ppc/target_signal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/ppc/target_signal.h b/linux-user/ppc/target_signal.h
index 6f9e67e321..4453e2e7ef 100644
--- a/linux-user/ppc/target_signal.h
+++ b/linux-user/ppc/target_signal.h
@@ -19,6 +19,8 @@ typedef struct target_sigaltstack {
#define TARGET_MINSIGSTKSZ 2048
#define TARGET_SIGSTKSZ 8192
+#include "../generic/signal.h"
+
#if !defined(TARGET_PPC64)
#define TARGET_ARCH_HAS_SETUP_FRAME
#endif