smp.h uses struct lowcore and struct psw, which are defined in asm/arch_def.h Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> --- lib/s390x/smp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/s390x/smp.h b/lib/s390x/smp.h index 4476c31..ce63a89 100644 --- a/lib/s390x/smp.h +++ b/lib/s390x/smp.h @@ -12,6 +12,8 @@ #ifndef SMP_H #define SMP_H +#include <asm/arch_def.h> + struct cpu { struct lowcore *lowcore; uint64_t *stack; -- 2.20.1