mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
Use stdio.h instead of vsprintf.h
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <console.h>
|
||||
#include <errno.h>
|
||||
#include <vsprintf.h>
|
||||
|
||||
Reference in New Issue
Block a user