mirror of https://github.com/ipxe/ipxe.git
Added missing include of stdint.h
parent
496563071d
commit
e106a39ce8
|
@ -31,6 +31,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#define PRINTF_NO_LENGTH ( ( size_t ) -1 )
|
||||
|
|
Loading…
Reference in New Issue