]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Added missing include of stdint.h
authorMichael Brown <mcb30@etherboot.org>
Fri, 8 Dec 2006 01:21:13 +0000 (01:21 +0000)
committerMichael Brown <mcb30@etherboot.org>
Fri, 8 Dec 2006 01:21:13 +0000 (01:21 +0000)
src/include/vsprintf.h

index d5018d7cca4ccc2c13c1c4cb488d9b9ff82c7be5..bba9b9df7615a1cc8bd32dde8d70feeda8714685 100644 (file)
@@ -31,6 +31,7 @@
  *
  */
 
+#include <stdint.h>
 #include <stdarg.h>
 
 #define PRINTF_NO_LENGTH ( ( size_t ) -1 )