david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[phantom] Add missing #include <gpxe/io.h>

This commit is contained in:
Michael Brown 2008-10-12 12:37:08 +01:00
parent 8c7deba349
commit e226a8d8d9
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <assert.h>
#include <byteswap.h>
#include <gpxe/pci.h>
#include <gpxe/io.h>
#include <gpxe/malloc.h>
#include <gpxe/iobuf.h>
#include <gpxe/netdevice.h>