mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
Use stdio.h instead of vsprintf.h
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <vsprintf.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <byteswap.h>
|
||||
|
||||
Reference in New Issue
Block a user