summaryrefslogtreecommitdiffstats
path: root/src/hci/strerror.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/strerror.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/strerror.c')
-rw-r--r--src/hci/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/strerror.c b/src/hci/strerror.c
index 8ed5d273..70331e42 100644
--- a/src/hci/strerror.c
+++ b/src/hci/strerror.c
@@ -1,6 +1,6 @@
#include <errno.h>
#include <string.h>
-#include <console.h>
+#include <vsprintf.h>
#include <gpxe/errortab.h>
/** @file