diff --git a/include/restorer.h b/include/restorer.h index 901183066..3c1b3bc16 100644 --- a/include/restorer.h +++ b/include/restorer.h @@ -10,6 +10,7 @@ #include "lock.h" #include "util.h" #include "crtools.h" +#include "fpu.h" #include "../protobuf/mm.pb-c.h" #include "../protobuf/vma.pb-c.h" @@ -174,7 +175,7 @@ struct rt_sigcontext { unsigned long trapno; unsigned long oldmask; unsigned long cr2; - struct user_fpregs_entry *fpstate; + void *fpstate;; unsigned long reserved1[8]; };