mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 06:49:20 +03:00
Use stdio.h instead of vsprintf.h
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <vsprintf.h>
|
||||
#include <getopt.h>
|
||||
#include <gpxe/nvo.h>
|
||||
#include <gpxe/dhcp.h>
|
||||
|
||||
Reference in New Issue
Block a user