mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
Use stdio.h instead of vsprintf.h
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <byteswap.h>
|
||||
#include <timer.h>
|
||||
#include <vsprintf.h>
|
||||
#include <gpxe/pkbuff.h>
|
||||
#include <gpxe/malloc.h>
|
||||
#include <gpxe/retry.h>
|
||||
|
||||
Reference in New Issue
Block a user