aboutsummaryrefslogtreecommitdiff
path: root/cmd/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/flash.c')
-rw-r--r--cmd/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/flash.c b/cmd/flash.c
index de0e04f..f4f85ec 100644
--- a/cmd/flash.c
+++ b/cmd/flash.c
@@ -7,9 +7,9 @@
/*
* FLASH support
*/
+#include <common.h>
#include <command.h>
#include <log.h>
-#include <vsprintf.h>
#include <uuid.h>
#if defined(CONFIG_CMD_MTDPARTS)