aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/phantom
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2008-10-12 12:37:08 +0100
committerMichael Brown <mcb30@etherboot.org>2008-10-12 12:52:47 +0100
commite226a8d8d9a5d6a760c023d9779e183c56757e92 (patch)
tree479cee1fa10d0311efeeb39ec6ac196cf23e75b4 /src/drivers/net/phantom
parent8c7deba349e06e9d86133ce570650ffa3212f3f1 (diff)
downloadipxe-e226a8d8d9a5d6a760c023d9779e183c56757e92.tar.gz
[phantom] Add missing #include <gpxe/io.h>
Diffstat (limited to 'src/drivers/net/phantom')
-rw-r--r--src/drivers/net/phantom/phantom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/phantom/phantom.c b/src/drivers/net/phantom/phantom.c
index 6c7d1fc9..4582c863 100644
--- a/src/drivers/net/phantom/phantom.c
+++ b/src/drivers/net/phantom/phantom.c
@@ -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>