From 3f338b7b80cd9719033a290af14921c552e6c408 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 24 Jul 2007 14:05:32 +0100 Subject: Include errno.h in the few drivers which use it, rather than in nic.h --- src/drivers/net/eepro.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/net/eepro.c') diff --git a/src/drivers/net/eepro.c b/src/drivers/net/eepro.c index 2ea4b000..4d5a798e 100644 --- a/src/drivers/net/eepro.c +++ b/src/drivers/net/eepro.c @@ -32,6 +32,7 @@ has 34 pins, the top row of 2 are not used. */ #include "etherboot.h" +#include #include "nic.h" #include #include "timer.h" -- cgit v1.2.3-55-g7522