diff options
Diffstat (limited to 'common/dfu.c')
-rw-r--r-- | common/dfu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/dfu.c b/common/dfu.c index da6289b218d..cd60f9a1e27 100644 --- a/common/dfu.c +++ b/common/dfu.c @@ -11,6 +11,7 @@ */ #include <common.h> +#include <command.h> #include <watchdog.h> #include <dfu.h> #include <console.h> |