mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
include: Move snprintf to stdio.h
Move snprintf to stdio.h since it is needed by exteranl libraries. Signed-off-by: Raymond Mao <raymond.mao@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
0fe031dd72
commit
cb73fe9eea
14 changed files with 29 additions and 24 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <command.h>
|
||||
#include <env.h>
|
||||
#include <log.h>
|
||||
#include <vsprintf.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/* Some sane limit "just in case" */
|
||||
#define MAX_BTN_CMDS 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue