diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-04-17 10:51:05 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-04-17 10:51:05 +0000 |
commit | 03346742c0c148f6f819068a54d9124aea2282f6 (patch) | |
tree | 88f3d08d2667b134c068ab5369a5ff2fc1e4519b /src/drivers/bus/isapnp.c | |
parent | a6057b4cbc3f6c87fb5d1f8ee94e662dd5d6bfaf (diff) | |
download | ipxe-03346742c0c148f6f819068a54d9124aea2282f6.tar.gz |
Use only the header files that we need
Diffstat (limited to 'src/drivers/bus/isapnp.c')
-rw-r--r-- | src/drivers/bus/isapnp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/bus/isapnp.c b/src/drivers/bus/isapnp.c index cf5114fa..3cf65b9e 100644 --- a/src/drivers/bus/isapnp.c +++ b/src/drivers/bus/isapnp.c @@ -33,7 +33,7 @@ * ***************************************************************************/ -#include "etherboot.h" +#include "string.h" #include "timer.h" #include "io.h" #include "isapnp.h" |