diff options
Diffstat (limited to 'cmd/adtimg.c')
-rw-r--r-- | cmd/adtimg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/adtimg.c b/cmd/adtimg.c index f4b5cbf35b..53f33764fb 100644 --- a/cmd/adtimg.c +++ b/cmd/adtimg.c @@ -7,8 +7,8 @@ #include <command.h> #include <env.h> +#include <vsprintf.h> #include <image-android-dt.h> -#include <common.h> #define OPT_INDEX "--index" |