On Tue, Feb 3, 2026 at 4:44 AM Peng Fan (OSS) <[email protected]> wrote:
> From: Peng Fan <[email protected]> > > snprintf is used, need to include vsprintf.h. Otherwise there will > be build error after asm/global_data.h is removed. > > Signed-off-by: Peng Fan <[email protected]> > --- > test/log/log_filter.c | 1 + > 1 file changed, 1 insertion(+) > > Reviewed-by: David Zang <[email protected]> David

