mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
Use stdio.h instead of vsprintf.h
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <byteswap.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <vsprintf.h>
|
||||
#include <gpxe/list.h>
|
||||
#include <gpxe/in.h>
|
||||
#include <gpxe/dhcp.h>
|
||||
|
||||
Reference in New Issue
Block a user