http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move tolower() etc to ctype.h as per ISO C
[people/xl0/gpxe.git]
/
src
/
hci
/
shell.c
diff --git
a/src/hci/shell.c
b/src/hci/shell.c
index
95662b5
..
b14af54
100644
(file)
--- a/
src/hci/shell.c
+++ b/
src/hci/shell.c
@@
-18,7
+18,7
@@
#include <stdint.h>
#include <stdlib.h>
-#include <
vsprintf
.h>
+#include <
stdio
.h>
#include <readline/readline.h>
#include <gpxe/command.h>
#include <gpxe/shell.h>