2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

Added missing includes

This commit is contained in:
Michael Brown 2007-01-08 03:03:42 +00:00
parent 6115356859
commit 239965ff3b

View File

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