mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +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 <errno.h>
|
||||
#include <libgen.h>
|
||||
#include <getopt.h>
|
||||
#include <vsprintf.h>
|
||||
#include <gpxe/image.h>
|
||||
#include <gpxe/command.h>
|
||||
#include <gpxe/initrd.h>
|
||||
|
||||
Reference in New Issue
Block a user