mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 09:52:49 +03:00
Use stdio.h instead of vsprintf.h
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <byteswap.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <vsprintf.h>
|
||||
#include <gpxe/async.h>
|
||||
#include <gpxe/tftp.h>
|
||||
#include <gpxe/uri.h>
|
||||
|
||||
Reference in New Issue
Block a user