summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/isapnp.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-17 12:51:05 +0200
committerMichael Brown2005-04-17 12:51:05 +0200
commit03346742c0c148f6f819068a54d9124aea2282f6 (patch)
tree88f3d08d2667b134c068ab5369a5ff2fc1e4519b /src/drivers/bus/isapnp.c
parentNeed stddef.h to get size_t (diff)
downloadipxe-03346742c0c148f6f819068a54d9124aea2282f6.tar.gz
ipxe-03346742c0c148f6f819068a54d9124aea2282f6.tar.xz
ipxe-03346742c0c148f6f819068a54d9124aea2282f6.zip
Use only the header files that we need
Diffstat (limited to 'src/drivers/bus/isapnp.c')
-rw-r--r--src/drivers/bus/isapnp.c2
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"