diff options
Diffstat (limited to 'arch/x86/lib/cmd_boot.c')
-rw-r--r-- | arch/x86/lib/cmd_boot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/cmd_boot.c b/arch/x86/lib/cmd_boot.c index 0444a5f89d3..4facbe5f32f 100644 --- a/arch/x86/lib/cmd_boot.c +++ b/arch/x86/lib/cmd_boot.c @@ -14,6 +14,7 @@ * Marius Groeger <mgroeger@sysgo.de> */ +#include <common.h> #include <command.h> #include <malloc.h> #include <asm/global_data.h> |