diff options
Diffstat (limited to 'arch/x86/cpu/x86_64/misc.c')
-rw-r--r-- | arch/x86/cpu/x86_64/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/x86_64/misc.c b/arch/x86/cpu/x86_64/misc.c index 294511e6eba..691b67ff68a 100644 --- a/arch/x86/cpu/x86_64/misc.c +++ b/arch/x86/cpu/x86_64/misc.c @@ -4,6 +4,7 @@ * Written by Simon Glass <sjg@chromium.org> */ +#include <common.h> #include <init.h> DECLARE_GLOBAL_DATA_PTR; |