http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4965630
)
Added missing include of stdint.h
author
Michael Brown
<mcb30@etherboot.org>
Fri, 8 Dec 2006 01:21:13 +0000
(
01:21
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 8 Dec 2006 01:21:13 +0000
(
01:21
+0000)
src/include/vsprintf.h
patch
|
blob
|
history
diff --git
a/src/include/vsprintf.h
b/src/include/vsprintf.h
index
d5018d7
..
bba9b9d
100644
(file)
--- a/
src/include/vsprintf.h
+++ b/
src/include/vsprintf.h
@@
-31,6
+31,7
@@
*
*/
+#include <stdint.h>
#include <stdarg.h>
#define PRINTF_NO_LENGTH ( ( size_t ) -1 )