mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
Include errno.h in the few drivers which use it, rather than in nic.h
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <io.h>
|
||||
#include <timer.h>
|
||||
#include <gpxe/device.h>
|
||||
|
||||
Reference in New Issue
Block a user