diff options
| author | Michael Brown | 2008-10-12 13:37:08 +0200 |
|---|---|---|
| committer | Michael Brown | 2008-10-12 13:52:47 +0200 |
| commit | e226a8d8d9a5d6a760c023d9779e183c56757e92 (patch) | |
| tree | 479cee1fa10d0311efeeb39ec6ac196cf23e75b4 | |
| parent | [config] Split console configuration out to config/console.h (diff) | |
| download | ipxe-e226a8d8d9a5d6a760c023d9779e183c56757e92.tar.gz ipxe-e226a8d8d9a5d6a760c023d9779e183c56757e92.tar.xz ipxe-e226a8d8d9a5d6a760c023d9779e183c56757e92.zip | |
[phantom] Add missing #include <gpxe/io.h>
| -rw-r--r-- | src/drivers/net/phantom/phantom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/phantom/phantom.c b/src/drivers/net/phantom/phantom.c index 6c7d1fc9c..4582c8636 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> |
