Only need printf(), so use vsprintf.h instead of console.h

This commit is contained in:
Michael Brown
2006-12-20 05:33:12 +00:00
parent 2b97d2ebc5
commit 75430e813e
2 changed files with 2 additions and 2 deletions

View File

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