aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-06-22 15:11:44 +0100
committerPeter Maydell <peter.maydell@linaro.org>2018-07-02 13:08:21 +0100
commitc71d19a4309f72070638951951aa6e72aed37e85 (patch)
treec06b3bfca4faf7c45c7754f7d912e8f1611fb591
parenta5122f54f12f8b09389fd7020951a218a4b511ea (diff)
risu_reginfo_aarch64: include signal.h for FPSIMD_MAGIC
Building with the Bionic Beaver cross compilers fails which probably means we were getting this as a side effect before. Include the correct header to get at these bits. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20180622141205.16306-2-alex.bennee@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--risu_reginfo_aarch64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/risu_reginfo_aarch64.c b/risu_reginfo_aarch64.c
index e3fadde..3bb4339 100644
--- a/risu_reginfo_aarch64.c
+++ b/risu_reginfo_aarch64.c
@@ -13,6 +13,7 @@
#include <stdio.h>
#include <ucontext.h>
#include <string.h>
+#include <signal.h> /* for FPSIMD_MAGIC */
#include "risu.h"
#include "risu_reginfo_aarch64.h"