mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
common: cli_hush: Include vsprintf.h
sprintf is used in this file, so include header vsprintf.h. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
#include <cli.h>
|
||||
#include <cli_hush.h>
|
||||
#include <command.h> /* find_cmd */
|
||||
#include <vsprintf.h>
|
||||
#include <asm/global_data.h>
|
||||
#endif
|
||||
#ifndef __U_BOOT__
|
||||
|
||||
Reference in New Issue
Block a user