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
Use stdio.h instead of vsprintf.h
[people/xl0/gpxe.git]
/
src
/
tests
/
linebuf_test.c
diff --git
a/src/tests/linebuf_test.c
b/src/tests/linebuf_test.c
index
31ce808
..
8ba88c5
100644
(file)
--- a/
src/tests/linebuf_test.c
+++ b/
src/tests/linebuf_test.c
@@
-1,6
+1,6
@@
#include <stdint.h>
#include <string.h>
-#include <
vsprintf
.h>
+#include <
stdio
.h>
#include <gpxe/linebuf.h>
static const char data1[] =