mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 06:22:01 +03:00
Use stdio.h instead of vsprintf.h
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <byteswap.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <vsprintf.h>
|
||||
#include <gpxe/if_ether.h>
|
||||
#include <gpxe/pkbuff.h>
|
||||
#include <gpxe/tables.h>
|
||||
|
||||
Reference in New Issue
Block a user