mirror of
https://github.com/ipxe/ipxe
synced 2026-05-04 03:03:43 +03:00
Use stdio.h instead of vsprintf.h
This commit is contained in:
+1
-1
@@ -1,9 +1,9 @@
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <byteswap.h>
|
||||
#include <vsprintf.h>
|
||||
#include <gpxe/list.h>
|
||||
#include <gpxe/in.h>
|
||||
#include <gpxe/arp.h>
|
||||
|
||||
Reference in New Issue
Block a user