summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/include/asm/setjmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/setjmp.h b/arch/arm/include/asm/setjmp.h
index 662bec86321..9a7f5af9f8f 100644
--- a/arch/arm/include/asm/setjmp.h
+++ b/arch/arm/include/asm/setjmp.h
@@ -7,6 +7,8 @@
#ifndef _SETJMP_H_
#define _SETJMP_H_ 1
+#include <asm-generic/int-ll64.h>
+
/*
* This really should be opaque, but the EFI implementation wrongly
* assumes that a 'struct jmp_buf_data' is defined.