diff options
Diffstat (limited to 'cmd/blob.c')
-rw-r--r-- | cmd/blob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/blob.c b/cmd/blob.c index a3c1dc49224..7c77c410d52 100644 --- a/cmd/blob.c +++ b/cmd/blob.c @@ -4,9 +4,9 @@ * Command for encapsulating/decapsulating blob of memory. */ +#include <common.h> #include <command.h> #include <malloc.h> -#include <vsprintf.h> #include <asm/byteorder.h> #include <linux/compiler.h> #if defined(CONFIG_ARCH_MX6) || defined(CONFIG_ARCH_MX7) || \ |