mirror of
https://github.com/ipxe/ipxe
synced 2026-02-12 21:29:39 +03:00
Use stdio.h instead of vsprintf.h
This commit is contained in:
@@ -19,11 +19,11 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <getopt.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <vsprintf.h>
|
||||
#include <gpxe/tables.h>
|
||||
#include <gpxe/command.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user