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:
Raymond Mao 2024-05-16 14:11:52 -07:00 committed by Tom Rini
parent 0fe031dd72
commit cb73fe9eea
14 changed files with 29 additions and 24 deletions

View file

@ -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