http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c7deba
)
[phantom] Add missing #include <gpxe/io.h>
author
Michael Brown
<mcb30@etherboot.org>
Sun, 12 Oct 2008 11:37:08 +0000
(12:37 +0100)
committer
Michael Brown
<mcb30@etherboot.org>
Sun, 12 Oct 2008 11:52:47 +0000
(12:52 +0100)
src/drivers/net/phantom/phantom.c
patch
|
blob
|
history
diff --git
a/src/drivers/net/phantom/phantom.c
b/src/drivers/net/phantom/phantom.c
index
6c7d1fc
..
4582c86
100644
(file)
--- 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>