summaryrefslogtreecommitdiffstats
path: root/src/hci/strerror.c
diff options
context:
space:
mode:
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 e407d30b8..56b07e8a9 100644
--- a/src/hci/strerror.c
+++ b/src/hci/strerror.c
@@ -1,6 +1,6 @@
#include <errno.h>
#include <string.h>
-#include <vsprintf.h>
+#include <stdio.h>
#include <gpxe/errortab.h>
/** @file