aboutsummaryrefslogtreecommitdiff
path: root/cmd/lzmadec.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/lzmadec.c')
-rw-r--r--cmd/lzmadec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/lzmadec.c b/cmd/lzmadec.c
index c40b969..81924da 100644
--- a/cmd/lzmadec.c
+++ b/cmd/lzmadec.c
@@ -9,10 +9,10 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
+#include <common.h>
#include <command.h>
#include <env.h>
#include <mapmem.h>
-#include <vsprintf.h>
#include <asm/io.h>
#include <lzma/LzmaTools.h>