mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
Use stdio.h instead of vsprintf.h
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <byteswap.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <vsprintf.h>
|
||||
#include <gpxe/if_arp.h>
|
||||
#include <gpxe/if_ether.h>
|
||||
#include <gpxe/netdevice.h>
|
||||
|
||||
Reference in New Issue
Block a user