]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Only need printf(), so use vsprintf.h instead of console.h
authorMichael Brown <mcb30@etherboot.org>
Wed, 20 Dec 2006 05:33:12 +0000 (05:33 +0000)
committerMichael Brown <mcb30@etherboot.org>
Wed, 20 Dec 2006 05:33:12 +0000 (05:33 +0000)
src/hci/shell.c
src/hci/strerror.c

index 3b1493fe977667934f2ca8f47fb05b6d5856e937..2a9bfca43d64fee268242fdc993a8d27e2db5708 100644 (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>
index 8ed5d2736fa792c8d3fb4dd0d6375b3df7260b6a..70331e42b7eb335e862822e2bbf8a9274037ad97 100644 (file)
@@ -1,6 +1,6 @@
 #include <errno.h>
 #include <string.h>
-#include <console.h>
+#include <vsprintf.h>
 #include <gpxe/errortab.h>
 
 /** @file