From 03346742c0c148f6f819068a54d9124aea2282f6 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 17 Apr 2005 10:51:05 +0000 Subject: Use only the header files that we need --- src/drivers/bus/isapnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/bus/isapnp.c') diff --git a/src/drivers/bus/isapnp.c b/src/drivers/bus/isapnp.c index cf5114faf..3cf65b9e9 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" -- cgit