mirror of https://github.com/ipxe/ipxe.git
Only need printf(), so use vsprintf.h instead of console.h
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