mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
added stdio.h to includes for DBG compilation
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <gpxe/pci.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user