david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Added missing includes

This commit is contained in:
Michael Brown 2007-01-08 03:03:42 +00:00
parent 6115356859
commit 239965ff3b
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
*
*/
#include <gpxe/device.h>
#include <pxe_types.h>
/** An UNDI device */
struct undi_device {
/** Generic device */