summaryrefslogtreecommitdiffstats
path: root/src/hci/shell.c
diff options
context:
space:
mode:
authorMichael Brown2006-12-20 06:33:12 +0100
committerMichael Brown2006-12-20 06:33:12 +0100
commit75430e813e35c68a3c1b2484f6aa668da220455b (patch)
tree49bd6a385b16f9844fa85c621856067fc1c3b961 /src/hci/shell.c
parent8-bit integers are 1 byte long, not 8... (diff)
downloadipxe-75430e813e35c68a3c1b2484f6aa668da220455b.tar.gz
ipxe-75430e813e35c68a3c1b2484f6aa668da220455b.tar.xz
ipxe-75430e813e35c68a3c1b2484f6aa668da220455b.zip
Only need printf(), so use vsprintf.h instead of console.h
Diffstat (limited to 'src/hci/shell.c')
-rw-r--r--src/hci/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/shell.c b/src/hci/shell.c
index 3b1493fe..2a9bfca4 100644
--- a/src/hci/shell.c
+++ b/src/hci/shell.c
@@ -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>