diff options
Diffstat (limited to 'cmd/load.c')
-rw-r--r-- | cmd/load.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/load.c b/cmd/load.c index ace1c52f90a..540361b43f0 100644 --- a/cmd/load.c +++ b/cmd/load.c @@ -7,6 +7,7 @@ /* * Serial up- and download support */ +#include <common.h> #include <command.h> #include <console.h> #include <cpu_func.h> |