mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Only need printf(), so use vsprintf.h instead of console.h
This commit is contained in:
parent
2b97d2ebc5
commit
75430e813e
@ -18,7 +18,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <console.h>
|
||||
#include <vsprintf.h>
|
||||
#include <readline/readline.h>
|
||||
#include <gpxe/command.h>
|
||||
#include <gpxe/shell.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <console.h>
|
||||
#include <vsprintf.h>
|
||||
#include <gpxe/errortab.h>
|
||||
|
||||
/** @file
|
||||
|
Loading…
Reference in New Issue
Block a user