diff options
author | Michael Brown | 2005-04-17 12:51:05 +0200 |
---|---|---|
committer | Michael Brown | 2005-04-17 12:51:05 +0200 |
commit | 03346742c0c148f6f819068a54d9124aea2282f6 (patch) | |
tree | 88f3d08d2667b134c068ab5369a5ff2fc1e4519b /src/drivers/bus/isa_ids.c | |
parent | Need stddef.h to get size_t (diff) | |
download | ipxe-03346742c0c148f6f819068a54d9124aea2282f6.tar.gz ipxe-03346742c0c148f6f819068a54d9124aea2282f6.tar.xz ipxe-03346742c0c148f6f819068a54d9124aea2282f6.zip |
Use only the header files that we need
Diffstat (limited to 'src/drivers/bus/isa_ids.c')
-rw-r--r-- | src/drivers/bus/isa_ids.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/drivers/bus/isa_ids.c b/src/drivers/bus/isa_ids.c index e6ca7d59..85175e04 100644 --- a/src/drivers/bus/isa_ids.c +++ b/src/drivers/bus/isa_ids.c @@ -1,4 +1,6 @@ -#include "etherboot.h" +#include "stdint.h" +#include "byteswap.h" +#include "console.h" #include "isa_ids.h" /* |