david/ipxe
Archived
1
0

Added missing #include

This commit is contained in:
Michael Brown 2007-01-04 03:40:07 +00:00
parent b29861a5aa
commit ac53da1790

View File

@ -13,6 +13,7 @@
#include <gpxe/retry.h> #include <gpxe/retry.h>
#include <gpxe/async.h> #include <gpxe/async.h>
#include <gpxe/ata.h> #include <gpxe/ata.h>
#include <gpxe/hotplug.h>
/** An AoE ATA command */ /** An AoE ATA command */
struct aoecmd { struct aoecmd {