diff options
Diffstat (limited to 'cmd/x86/fsp.c')
-rw-r--r-- | cmd/x86/fsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/x86/fsp.c b/cmd/x86/fsp.c index 8017eda..82e4415 100644 --- a/cmd/x86/fsp.c +++ b/cmd/x86/fsp.c @@ -6,6 +6,7 @@ #include <common.h> #include <command.h> #include <asm/fsp/fsp_support.h> +#include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; |