mirror of https://github.com/ipxe/ipxe.git
Added missing includes
parent
6115356859
commit
239965ff3b
|
@ -7,6 +7,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <gpxe/device.h>
|
||||
#include <pxe_types.h>
|
||||
|
||||
/** An UNDI device */
|
||||
struct undi_device {
|
||||
/** Generic device */
|
||||
|
|
Loading…
Reference in New Issue